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

SDIO_CLOCK_POWER_SAVE_DISABLE macro

Syntax

#define SDIO_CLOCK_POWER_SAVE_DISABLE 0x00000000U

Examples

SDIO_CLOCK_POWER_SAVE_DISABLE is referenced by 12 libraries and example projects.

References

LocationText
stm32f4xx_ll_sdmmc.h:356
#define SDIO_CLOCK_POWER_SAVE_DISABLE 0x00000000U
stm32f4xx_hal_mmc.c:438
Init.ClockPowerSave = SDIO_CLOCK_POWER_SAVE_DISABLE;
stm32f4xx_hal_sd.c:412
Init.ClockPowerSave = SDIO_CLOCK_POWER_SAVE_DISABLE;
stm32f4xx_ll_sdmmc.h:359
#define IS_SDIO_CLOCK_POWER_SAVE(SAVE) (((SAVE) == SDIO_CLOCK_POWER_SAVE_DISABLE) || \