Home
last modified time | relevance | path

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

/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_sdmmc.h344 #define IS_SDIO_CLOCK_BYPASS(BYPASS) (((BYPASS) == SDIO_CLOCK_BYPASS_DISABLE) || \ macro
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_sdmmc.h344 #define IS_SDIO_CLOCK_BYPASS(BYPASS) (((BYPASS) == SDIO_CLOCK_BYPASS_DISABLE) || \ macro
/hal_stm32-2.7.6/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_sdmmc.h344 #define IS_SDIO_CLOCK_BYPASS(BYPASS) (((BYPASS) == SDIO_CLOCK_BYPASS_DISABLE) || \ macro
/hal_stm32-2.7.6/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_sdmmc.h344 #define IS_SDIO_CLOCK_BYPASS(BYPASS) (((BYPASS) == SDIO_CLOCK_BYPASS_DISABLE) || \ macro
/hal_stm32-2.7.6/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_sdmmc.c219 assert_param(IS_SDIO_CLOCK_BYPASS(Init.ClockBypass)); in SDIO_Init()
Dstm32f1xx_hal_mmc.c339 assert_param(IS_SDIO_CLOCK_BYPASS(hmmc->Init.ClockBypass)); in HAL_MMC_Init()
Dstm32f1xx_hal_sd.c346 assert_param(IS_SDIO_CLOCK_BYPASS(hsd->Init.ClockBypass)); in HAL_SD_Init()
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_sdmmc.c219 assert_param(IS_SDIO_CLOCK_BYPASS(Init.ClockBypass)); in SDIO_Init()
Dstm32f2xx_hal_mmc.c339 assert_param(IS_SDIO_CLOCK_BYPASS(hmmc->Init.ClockBypass)); in HAL_MMC_Init()
Dstm32f2xx_hal_sd.c346 assert_param(IS_SDIO_CLOCK_BYPASS(hsd->Init.ClockBypass)); in HAL_SD_Init()
/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_sdmmc.c219 assert_param(IS_SDIO_CLOCK_BYPASS(Init.ClockBypass)); in SDIO_Init()
Dstm32f4xx_hal_mmc.c339 assert_param(IS_SDIO_CLOCK_BYPASS(hmmc->Init.ClockBypass)); in HAL_MMC_Init()
Dstm32f4xx_hal_sd.c346 assert_param(IS_SDIO_CLOCK_BYPASS(hsd->Init.ClockBypass)); in HAL_SD_Init()
/hal_stm32-2.7.6/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_sdmmc.c219 assert_param(IS_SDIO_CLOCK_BYPASS(Init.ClockBypass)); in SDIO_Init()
Dstm32l1xx_hal_sd.c346 assert_param(IS_SDIO_CLOCK_BYPASS(hsd->Init.ClockBypass)); in HAL_SD_Init()