HAL
HAL_SD_CardInfoTypeDef::CardVersion is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_SD_CardInfoTypeDef::CardVersion

HAL_SD_CardInfoTypeDef::CardVersion field

Specifies the card version

Syntax

uint32_t CardVersion;

References

LocationReferrerText
stm32f4xx_hal_sd.h:95
uint32_t CardVersion; /*!< Specifies the card version */
stm32f4xx_hal_sd.c:2223HAL_SD_GetCardInfo()
pCardInfo->CardVersion = (uint32_t)(hsd->SdCard.CardVersion);
stm32f4xx_hal_sd.c:2787SD_PowerON()
hsd->SdCard.CardVersion = CARD_V1_X;
stm32f4xx_hal_sd.c:2798SD_PowerON()
hsd->SdCard.CardVersion = CARD_V2_X;
stm32f4xx_hal_sd.c:2801SD_PowerON()
if( hsd->SdCard.CardVersion == CARD_V2_X)

Data Use

Functions writing HAL_SD_CardInfoTypeDef::CardVersion
Functions reading HAL_SD_CardInfoTypeDef::CardVersion
all items filtered out
HAL_SD_CardInfoTypeDef::CardVersion
all items filtered out
Type of HAL_SD_CardInfoTypeDef::CardVersion
HAL_SD_CardInfoTypeDef::CardVersion
uint32_t
all items filtered out