HAL
HAL_SD_CardStatusTypeDef::DataBusWidth is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_SD_CardStatusTypeDef::DataBusWidth

HAL_SD_CardStatusTypeDef::DataBusWidth field

Shows the currently defined data bus width

Syntax

__IO uint8_t DataBusWidth;

References

LocationReferrerText
stm32f4xx_hal_sd.h:238
__IO uint8_t DataBusWidth; /*!< Shows the currently defined data bus width */
stm32f4xx_hal_sd.c:2177HAL_SD_GetCardStatus()
pStatus->DataBusWidth = (uint8_t)((sd_status[0] & 0xC0U) >> 6U);

Data Use

Functions writing HAL_SD_CardStatusTypeDef::DataBusWidth
all items filtered out
HAL_SD_CardStatusTypeDef::DataBusWidth
Type of HAL_SD_CardStatusTypeDef::DataBusWidth
HAL_SD_CardStatusTypeDef::DataBusWidth
uint8_t
all items filtered out