STM32F439xx HAL User Manual
Data Fields
HAL_SD_CardInfoTypeDef Struct Reference

SD Card Information Structure definition. More...

#include <stm32f4xx_hal_sd.h>

Data Fields

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

Detailed Description

SD Card Information Structure definition.

Definition at line 113 of file stm32f4xx_hal_sd.h.


Field Documentation

Specifies the Card Capacity in blocks

Definition at line 123 of file stm32f4xx_hal_sd.h.

Referenced by HAL_SD_GetCardCSD(), and HAL_SD_GetCardInfo().

Specifies one block size in bytes

Definition at line 125 of file stm32f4xx_hal_sd.h.

Referenced by HAL_SD_GetCardCSD(), and HAL_SD_GetCardInfo().

Specifies the card version

Definition at line 117 of file stm32f4xx_hal_sd.h.

Referenced by HAL_SD_GetCardInfo(), and SD_PowerON().

Specifies the class of the card class

Definition at line 119 of file stm32f4xx_hal_sd.h.

Referenced by HAL_SD_Erase(), HAL_SD_GetCardInfo(), and SD_InitCard().

Specifies logical block size in bytes

Definition at line 129 of file stm32f4xx_hal_sd.h.

Referenced by HAL_SD_GetCardCSD(), and HAL_SD_GetCardInfo().

Specifies the Relative Card Address

Definition at line 121 of file stm32f4xx_hal_sd.h.

Referenced by HAL_SD_GetCardInfo(), SD_FindSCR(), SD_InitCard(), SD_SendSDStatus(), SD_SendStatus(), SD_WideBus_Disable(), and SD_WideBus_Enable().


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