Home
last modified time | relevance | path

Searched refs:RCC_LPUART1CLKSOURCE_PLL3Q (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rcc_ex.h422 #define RCC_LPUART1CLKSOURCE_PLL3Q RCC_CCIPR4_LPUART1SEL_1 /*!< PLL2 'Q' output selection */ macro
1842 ((__SOURCE__) == RCC_LPUART1CLKSOURCE_PLL3Q) || \
Dstm32h7rsxx_hal_uart_ex.h275 case RCC_LPUART1CLKSOURCE_PLL3Q: \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c864 #if defined(RCC_LPUART1CLKSOURCE_PLL3Q) in HAL_RCCEx_PeriphCLKConfig()
865 case RCC_LPUART1CLKSOURCE_PLL3Q: /* PLL3 is used as clock source for LPUART1*/ in HAL_RCCEx_PeriphCLKConfig()
3940 #if defined(RCC_LPUART1CLKSOURCE_PLL3Q) in HAL_RCCEx_GetPeriphCLKFreq()
3941 else if (srcclk == RCC_LPUART1CLKSOURCE_PLL3Q) in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc_ex.c772 case RCC_LPUART1CLKSOURCE_PLL3Q: /* PLL3_Q is used as clock source for LPUART1 */ in HAL_RCCEx_PeriphCLKConfig()
2088 case RCC_LPUART1CLKSOURCE_PLL3Q: /*!< PLL3 'Q' is the clock source for LPUART1 */ in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h823 #define RCC_LPUART1CLKSOURCE_PLL3Q RCC_CCIPR3_LPUART1SEL_1 macro
3415 ((__SOURCE__) == RCC_LPUART1CLKSOURCE_PLL3Q) || \