STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
HAL_SD_CardInfoTypeDef Struct Reference

SD Card Information Structure definition. More...

#include <stm32f4xx_hal_sd.h>

Collaboration diagram for HAL_SD_CardInfoTypeDef:

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 91 of file stm32f4xx_hal_sd.h.

Field Documentation

◆ CardType

◆ CardVersion

uint32_t HAL_SD_CardInfoTypeDef::CardVersion

Specifies the card version

Definition at line 95 of file stm32f4xx_hal_sd.h.

Referenced by HAL_SD_GetCardInfo(), and SD_PowerON().

◆ Class

uint32_t HAL_SD_CardInfoTypeDef::Class

Specifies the class of the card class

Definition at line 97 of file stm32f4xx_hal_sd.h.

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

◆ RelCardAdd

uint32_t HAL_SD_CardInfoTypeDef::RelCardAdd

Specifies the Relative Card Address

Definition at line 99 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().

◆ BlockNbr

uint32_t HAL_SD_CardInfoTypeDef::BlockNbr

Specifies the Card Capacity in blocks

Definition at line 101 of file stm32f4xx_hal_sd.h.

Referenced by HAL_SD_GetCardCSD(), and HAL_SD_GetCardInfo().

◆ BlockSize

uint32_t HAL_SD_CardInfoTypeDef::BlockSize

Specifies one block size in bytes

Definition at line 103 of file stm32f4xx_hal_sd.h.

Referenced by HAL_SD_GetCardCSD(), and HAL_SD_GetCardInfo().

◆ LogBlockNbr

uint32_t HAL_SD_CardInfoTypeDef::LogBlockNbr

◆ LogBlockSize

uint32_t HAL_SD_CardInfoTypeDef::LogBlockSize

Specifies logical block size in bytes

Definition at line 107 of file stm32f4xx_hal_sd.h.

Referenced by HAL_SD_GetCardCSD(), and HAL_SD_GetCardInfo().


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