STM32L443xx HAL User Manual
Data Fields
HAL_SD_CardInfoTypeDef Struct Reference

SD Card Information Structure definition. More...

#include <stm32l4xx_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 92 of file stm32l4xx_hal_sd.h.


Field Documentation

Specifies the Card Capacity in blocks

Definition at line 102 of file stm32l4xx_hal_sd.h.

Referenced by HAL_SD_GetCardCSD(), and HAL_SD_GetCardInfo().

Specifies one block size in bytes

Definition at line 104 of file stm32l4xx_hal_sd.h.

Referenced by HAL_SD_GetCardCSD(), and HAL_SD_GetCardInfo().

Specifies the card version

Definition at line 96 of file stm32l4xx_hal_sd.h.

Referenced by HAL_SD_GetCardInfo(), and SD_PowerON().

Specifies the class of the card class

Definition at line 98 of file stm32l4xx_hal_sd.h.

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

Specifies logical block size in bytes

Definition at line 108 of file stm32l4xx_hal_sd.h.

Referenced by HAL_SD_GetCardCSD(), and HAL_SD_GetCardInfo().

Specifies the Relative Card Address

Definition at line 100 of file stm32l4xx_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: