Home
last modified time | relevance | path

Searched refs:IS_SDIO_CLOCK_POWER_SAVE (Results 1 – 15 of 15) sorted by relevance

/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_sdmmc.h356 #define IS_SDIO_CLOCK_POWER_SAVE(SAVE) (((SAVE) == SDIO_CLOCK_POWER_SAVE_DISABLE) || \ macro
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_sdmmc.h356 #define IS_SDIO_CLOCK_POWER_SAVE(SAVE) (((SAVE) == SDIO_CLOCK_POWER_SAVE_DISABLE) || \ macro
/hal_stm32-2.7.6/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_sdmmc.h356 #define IS_SDIO_CLOCK_POWER_SAVE(SAVE) (((SAVE) == SDIO_CLOCK_POWER_SAVE_DISABLE) || \ macro
/hal_stm32-2.7.6/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_sdmmc.h356 #define IS_SDIO_CLOCK_POWER_SAVE(SAVE) (((SAVE) == SDIO_CLOCK_POWER_SAVE_DISABLE) || \ macro
/hal_stm32-2.7.6/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_sdmmc.c220 assert_param(IS_SDIO_CLOCK_POWER_SAVE(Init.ClockPowerSave)); in SDIO_Init()
Dstm32f1xx_hal_mmc.c340 assert_param(IS_SDIO_CLOCK_POWER_SAVE(hmmc->Init.ClockPowerSave)); in HAL_MMC_Init()
Dstm32f1xx_hal_sd.c347 assert_param(IS_SDIO_CLOCK_POWER_SAVE(hsd->Init.ClockPowerSave)); in HAL_SD_Init()
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_sdmmc.c220 assert_param(IS_SDIO_CLOCK_POWER_SAVE(Init.ClockPowerSave)); in SDIO_Init()
Dstm32f2xx_hal_mmc.c340 assert_param(IS_SDIO_CLOCK_POWER_SAVE(hmmc->Init.ClockPowerSave)); in HAL_MMC_Init()
Dstm32f2xx_hal_sd.c347 assert_param(IS_SDIO_CLOCK_POWER_SAVE(hsd->Init.ClockPowerSave)); in HAL_SD_Init()
/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_sdmmc.c220 assert_param(IS_SDIO_CLOCK_POWER_SAVE(Init.ClockPowerSave)); in SDIO_Init()
Dstm32f4xx_hal_mmc.c340 assert_param(IS_SDIO_CLOCK_POWER_SAVE(hmmc->Init.ClockPowerSave)); in HAL_MMC_Init()
Dstm32f4xx_hal_sd.c347 assert_param(IS_SDIO_CLOCK_POWER_SAVE(hsd->Init.ClockPowerSave)); in HAL_SD_Init()
/hal_stm32-2.7.6/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_sdmmc.c220 assert_param(IS_SDIO_CLOCK_POWER_SAVE(Init.ClockPowerSave)); in SDIO_Init()
Dstm32l1xx_hal_sd.c347 assert_param(IS_SDIO_CLOCK_POWER_SAVE(hsd->Init.ClockPowerSave)); in HAL_SD_Init()