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

HAL_SD_CardInfoTypeDef::Class field

Specifies the class of the card class

Syntax

uint32_t Class;

References

LocationReferrerText
stm32f4xx_hal_sd.h:97
uint32_t Class; /*!< Specifies the class of the card class */
stm32f4xx_hal_sd.c:1443HAL_SD_Erase()
if(((hsd->SdCard.Class) & SDIO_CCCC_ERASE) == 0U)
stm32f4xx_hal_sd.c:2224HAL_SD_GetCardInfo()
pCardInfo->Class = (uint32_t)(hsd->SdCard.Class);
stm32f4xx_hal_sd.c:2741SD_InitCard()

Data Use

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