STM32F439xx HAL User Manual
Data Fields
HAL_MMC_CardInfoTypeDef Struct Reference

MMC Card Information Structure definition. More...

#include <stm32f4xx_hal_mmc.h>

Data Fields

uint32_t CardType
uint32_t Class
uint32_t RelCardAdd
uint32_t BlockNbr
uint32_t BlockSize
uint32_t LogBlockNbr
uint32_t LogBlockSize

Detailed Description

MMC Card Information Structure definition.

Definition at line 113 of file stm32f4xx_hal_mmc.h.


Field Documentation

Specifies the Card Capacity in blocks

Definition at line 121 of file stm32f4xx_hal_mmc.h.

Referenced by HAL_MMC_GetCardCSD(), and HAL_MMC_GetCardInfo().

Specifies one block size in bytes

Definition at line 123 of file stm32f4xx_hal_mmc.h.

Referenced by HAL_MMC_GetCardCSD(), and HAL_MMC_GetCardInfo().

Specifies the card Type

Definition at line 115 of file stm32f4xx_hal_mmc.h.

Referenced by HAL_MMC_GetCardInfo(), and MMC_PowerON().

Specifies the class of the card class

Definition at line 117 of file stm32f4xx_hal_mmc.h.

Referenced by HAL_MMC_Erase(), HAL_MMC_GetCardInfo(), and MMC_InitCard().

Specifies logical block size in bytes

Definition at line 127 of file stm32f4xx_hal_mmc.h.

Referenced by HAL_MMC_GetCardCSD(), and HAL_MMC_GetCardInfo().

Specifies the Relative Card Address

Definition at line 119 of file stm32f4xx_hal_mmc.h.

Referenced by HAL_MMC_ConfigWideBusOperation(), HAL_MMC_GetCardInfo(), MMC_InitCard(), and MMC_SendStatus().


The documentation for this struct was generated from the following file: