Home
last modified time | relevance | path

Searched refs:RCC_SDMMC1CLKSOURCE_PLL (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rcc_ex.h596 #define RCC_SDMMC1CLKSOURCE_PLL RCC_CCIPR_CLK48SEL_1 /*!< PLL "Q" clock selected as SDMM… macro
2785 ((__SOURCE__) == RCC_SDMMC1CLKSOURCE_PLL) || \
2793 ((__SOURCE__) == RCC_SDMMC1CLKSOURCE_PLL) || \
2800 ((__SOURCE__) == RCC_SDMMC1CLKSOURCE_PLL) || \
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rcc_ex.h466 #define RCC_SDMMC1CLKSOURCE_PLL RCC_CCIPR1_CLK48MSEL_1 /*!< PLL "Q" clock (PLL48M1CLK) via i… macro
2071 ((__SOURCE__) == RCC_SDMMC1CLKSOURCE_PLL) || \
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rcc_ex.c573 else if (PeriphClkInit->Sdmmc1ClockSelection == RCC_SDMMC1CLKSOURCE_PLL) in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rcc_ex.c580 if(PeriphClkInit->Sdmmc1ClockSelection == RCC_SDMMC1CLKSOURCE_PLL) /* PLL "Q" ? */ in HAL_RCCEx_PeriphCLKConfig()