Home
last modified time | relevance | path

Searched refs:IS_SDMMC_CLOCK_BYPASS (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_sdmmc.h344 #define IS_SDMMC_CLOCK_BYPASS(BYPASS) (((BYPASS) == SDMMC_CLOCK_BYPASS_DISABLE) || \ macro
/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_sdmmc.c219 assert_param(IS_SDMMC_CLOCK_BYPASS(Init.ClockBypass)); in SDMMC_Init()
Dstm32f7xx_hal_mmc.c339 assert_param(IS_SDMMC_CLOCK_BYPASS(hmmc->Init.ClockBypass)); in HAL_MMC_Init()
Dstm32f7xx_hal_sd.c346 assert_param(IS_SDMMC_CLOCK_BYPASS(hsd->Init.ClockBypass)); in HAL_SD_Init()
/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_sdmmc.h360 #define IS_SDMMC_CLOCK_BYPASS(BYPASS) (((BYPASS) == SDMMC_CLOCK_BYPASS_DISABLE) || \ macro
/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_sdmmc.c223 assert_param(IS_SDMMC_CLOCK_BYPASS(Init.ClockBypass)); in SDMMC_Init()
Dstm32l4xx_hal_mmc.c376 assert_param(IS_SDMMC_CLOCK_BYPASS(hmmc->Init.ClockBypass)); in HAL_MMC_Init()
Dstm32l4xx_hal_sd.c375 assert_param(IS_SDMMC_CLOCK_BYPASS(hsd->Init.ClockBypass)); in HAL_SD_Init()