Searched refs:SDMMC_CLOCK_POWER_SAVE_DISABLE (Results 1 – 2 of 2) sorted by relevance
173 #define SDMMC_CLOCK_POWER_SAVE_DISABLE ((uint32_t)0x00000000) macro176 #define IS_SDMMC_CLOCK_POWER_SAVE(SAVE) (((SAVE) == SDMMC_CLOCK_POWER_SAVE_DISABLE) || \
352 tmpinit.ClockPowerSave = SDMMC_CLOCK_POWER_SAVE_DISABLE; in HAL_SD_Init()
Completed in 7 milliseconds