HAL + 0/12 examples
CodeScope will show references to SDIO_InitTypeDef::ClockDiv from the following samples and libraries:
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALSDIO_InitTypeDef::ClockDiv

SDIO_InitTypeDef::ClockDiv field

Specifies the clock frequency of the SDMMC controller. This parameter can be a value between Min_Data = 0 and Max_Data = 255

Syntax

uint32_t ClockDiv;

Examples

SDIO_InitTypeDef::ClockDiv is referenced by 12 libraries and example projects.

References

LocationReferrerText
stm32f4xx_ll_sdmmc.h:67
uint32_t ClockDiv; /*!< Specifies the clock frequency of the SDMMC controller.
stm32f4xx_hal_mmc.c:441HAL_MMC_InitCard()
Init.ClockDiv = SDIO_INIT_CLK_DIV;
stm32f4xx_hal_sd.c:350HAL_SD_Init()
assert_param(IS_SDIO_CLKDIV(hsd->Init.ClockDiv));
stm32f4xx_hal_sd.c:415HAL_SD_InitCard()
Init.ClockDiv = SDIO_INIT_CLK_DIV;
stm32f4xx_hal_sd.c:2302HAL_SD_ConfigWideBusOperation()
Init.ClockDiv = hsd->Init.ClockDiv;
stm32f4xx_ll_sdmmc.c:218SDIO_Init()
assert_param(IS_SDIO_CLKDIV(Init.ClockDiv));
stm32f4xx_ll_sdmmc.c:226SDIO_Init()
Init.ClockDiv

Data Use

Functions writing SDIO_InitTypeDef::ClockDiv
Functions reading SDIO_InitTypeDef::ClockDiv
SDIO_InitTypeDef::ClockDiv
Type of SDIO_InitTypeDef::ClockDiv
SDIO_InitTypeDef::ClockDiv
uint32_t
all items filtered out