Home
last modified time | relevance | path

Searched refs:SDMMC_CLOCK_BYPASS_DISABLE (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_sdmmc.h341 #define SDMMC_CLOCK_BYPASS_DISABLE 0x00000000U macro
344 #define IS_SDMMC_CLOCK_BYPASS(BYPASS) (((BYPASS) == SDMMC_CLOCK_BYPASS_DISABLE) || \
/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_sdmmc.h357 #define SDMMC_CLOCK_BYPASS_DISABLE ((uint32_t)0x00000000U) macro
360 #define IS_SDMMC_CLOCK_BYPASS(BYPASS) (((BYPASS) == SDMMC_CLOCK_BYPASS_DISABLE) || \
/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_mmc.c404 Init.ClockBypass = SDMMC_CLOCK_BYPASS_DISABLE; in HAL_MMC_InitCard()
2109 Init.ClockBypass = SDMMC_CLOCK_BYPASS_DISABLE; in HAL_MMC_ConfigWideBusOperation()
Dstm32f7xx_hal_sd.c411 Init.ClockBypass = SDMMC_CLOCK_BYPASS_DISABLE; in HAL_SD_InitCard()
/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_mmc.c459 Init.ClockBypass = SDMMC_CLOCK_BYPASS_DISABLE; in HAL_MMC_InitCard()
Dstm32l4xx_hal_sd.c494 Init.ClockBypass = SDMMC_CLOCK_BYPASS_DISABLE; in HAL_SD_InitCard()