Searched refs:IS_SDMMC_CLOCK_POWER_SAVE (Results 1 – 3 of 3) sorted by relevance
387 #define IS_SDMMC_CLOCK_POWER_SAVE(SAVE) (((SAVE) == SDMMC_CLOCK_POWER_SAVE_DISABLE) || \ macro
238 assert_param(IS_SDMMC_CLOCK_POWER_SAVE(Init.ClockPowerSave)); in SDMMC_Init()
379 assert_param(IS_SDMMC_CLOCK_POWER_SAVE(hsd->Init.ClockPowerSave)); in HAL_SD_Init()