STM32L443xx HAL User Manual
|
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 |
SD Card Information Structure definition.
Definition at line 92 of file stm32l4xx_hal_sd.h.
uint32_t HAL_SD_CardInfoTypeDef::BlockNbr |
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().
uint32_t HAL_SD_CardInfoTypeDef::BlockSize |
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().
uint32_t HAL_SD_CardInfoTypeDef::CardType |
Specifies the card Type
Definition at line 94 of file stm32l4xx_hal_sd.h.
Referenced by HAL_SD_ConfigWideBusOperation(), HAL_SD_Erase(), HAL_SD_GetCardCSD(), HAL_SD_GetCardInfo(), HAL_SD_Init(), HAL_SD_ReadBlocks(), HAL_SD_ReadBlocks_DMA(), HAL_SD_ReadBlocks_IT(), HAL_SD_WriteBlocks(), HAL_SD_WriteBlocks_DMA(), HAL_SD_WriteBlocks_IT(), SD_InitCard(), and SD_PowerON().
uint32_t HAL_SD_CardInfoTypeDef::CardVersion |
Specifies the card version
Definition at line 96 of file stm32l4xx_hal_sd.h.
Referenced by HAL_SD_GetCardInfo(), and SD_PowerON().
uint32_t HAL_SD_CardInfoTypeDef::Class |
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().
uint32_t HAL_SD_CardInfoTypeDef::LogBlockNbr |
Specifies the Card logical Capacity in blocks
Definition at line 106 of file stm32l4xx_hal_sd.h.
Referenced by HAL_SD_Erase(), HAL_SD_GetCardCSD(), HAL_SD_GetCardInfo(), HAL_SD_ReadBlocks(), HAL_SD_ReadBlocks_DMA(), HAL_SD_ReadBlocks_IT(), HAL_SD_WriteBlocks(), HAL_SD_WriteBlocks_DMA(), and HAL_SD_WriteBlocks_IT().
uint32_t HAL_SD_CardInfoTypeDef::LogBlockSize |
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().
uint32_t HAL_SD_CardInfoTypeDef::RelCardAdd |
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().