HAL
HAL_SD_CardCSDTypeDef::DeviceSizeMul is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_SD_CardCSDTypeDef::DeviceSizeMul

HAL_SD_CardCSDTypeDef::DeviceSizeMul field

Device size multiplier

Syntax

__IO uint8_t DeviceSizeMul;

References

LocationReferrerText
stm32f4xx_hal_sd.h:188
__IO uint8_t DeviceSizeMul; /*!< Device size multiplier */
stm32f4xx_hal_sd.c:2086HAL_SD_GetCardCSD()
pCSD->DeviceSizeMul = (uint8_t)((hsd->CSD[2] & 0x00038000U) >> 15U);
stm32f4xx_hal_sd.c:2089HAL_SD_GetCardCSD()
hsd->SdCard.BlockNbr *= (1UL << ((pCSD->DeviceSizeMul & 0x07U) + 2U));

Data Use

Functions writing HAL_SD_CardCSDTypeDef::DeviceSizeMul
Functions reading HAL_SD_CardCSDTypeDef::DeviceSizeMul
all items filtered out
HAL_SD_CardCSDTypeDef::DeviceSizeMul
all items filtered out
Type of HAL_SD_CardCSDTypeDef::DeviceSizeMul
HAL_SD_CardCSDTypeDef::DeviceSizeMul
uint8_t
all items filtered out