Searched refs:SDIO_CLOCK_POWER_SAVE_DISABLE (Results 1 – 2 of 2) sorted by relevance
176 #define SDIO_CLOCK_POWER_SAVE_DISABLE (0x00000000U) macro179 #define IS_SDIO_CLOCK_POWER_SAVE(SAVE) (((SAVE) == SDIO_CLOCK_POWER_SAVE_DISABLE) || \
353 tmpinit.ClockPowerSave = SDIO_CLOCK_POWER_SAVE_DISABLE; in HAL_SD_Init()