Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_sdmmc.h340 #define SDMMC_CLOCK_BYPASS_DISABLE 0x00000000U macro
343 #define IS_SDMMC_CLOCK_BYPASS(BYPASS) (((BYPASS) == SDMMC_CLOCK_BYPASS_DISABLE) || \
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_sdmmc.h361 #define SDMMC_CLOCK_BYPASS_DISABLE ((uint32_t)0x00000000U) macro
364 #define IS_SDMMC_CLOCK_BYPASS(BYPASS) (((BYPASS) == SDMMC_CLOCK_BYPASS_DISABLE) || \
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_mmc.c437 Init.ClockBypass = SDMMC_CLOCK_BYPASS_DISABLE; in HAL_MMC_InitCard()
Dstm32f7xx_hal_sd.c411 Init.ClockBypass = SDMMC_CLOCK_BYPASS_DISABLE; in HAL_SD_InitCard()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_sd.c498 Init.ClockBypass = SDMMC_CLOCK_BYPASS_DISABLE; in HAL_SD_InitCard()
Dstm32l4xx_hal_mmc.c463 Init.ClockBypass = SDMMC_CLOCK_BYPASS_DISABLE; in HAL_MMC_InitCard()