Searched refs:IS_SDIO_CLOCK_POWER_SAVE (Results 1 – 2 of 2) sorted by relevance
220 assert_param(IS_SDIO_CLOCK_POWER_SAVE(Init.ClockPowerSave)); in SDIO_Init()
179 #define IS_SDIO_CLOCK_POWER_SAVE(SAVE) (((SAVE) == SDIO_CLOCK_POWER_SAVE_DISABLE) || \ macro