HAL + 0/12 examples
CodeScope will show references to SDIO_CLOCK_BYPASS_DISABLE from the following samples and libraries:
 
Symbols
loading...
Files
loading...

SDIO_CLOCK_BYPASS_DISABLE macro

Syntax

#define SDIO_CLOCK_BYPASS_DISABLE 0x00000000U

Examples

SDIO_CLOCK_BYPASS_DISABLE is referenced by 12 libraries and example projects.

References

LocationText
stm32f4xx_ll_sdmmc.h:344
#define SDIO_CLOCK_BYPASS_DISABLE 0x00000000U
stm32f4xx_hal_mmc.c:437
Init.ClockBypass = SDIO_CLOCK_BYPASS_DISABLE;
stm32f4xx_hal_sd.c:411
Init.ClockBypass = SDIO_CLOCK_BYPASS_DISABLE;
stm32f4xx_ll_sdmmc.h:347
#define IS_SDIO_CLOCK_BYPASS(BYPASS) (((BYPASS) == SDIO_CLOCK_BYPASS_DISABLE) || \