Searched refs:SDMMC_CLOCK_POWER_SAVE_DISABLE (Results 1 – 2 of 2) sorted by relevance
384 #define SDMMC_CLOCK_POWER_SAVE_DISABLE ((uint32_t)0x00000000U) macro387 #define IS_SDMMC_CLOCK_POWER_SAVE(SAVE) (((SAVE) == SDMMC_CLOCK_POWER_SAVE_DISABLE) || \
475 Init.ClockPowerSave = SDMMC_CLOCK_POWER_SAVE_DISABLE; in HAL_SD_InitCard()