Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rcc_ex.h421 #define RCC_LPUART1CLKSOURCE_PLL2Q RCC_CCIPR4_LPUART1SEL_0 /*!< PLL2 'Q' output selection */ macro
1841 ((__SOURCE__) == RCC_LPUART1CLKSOURCE_PLL2Q) || \
Dstm32h7rsxx_hal_uart_ex.h272 case RCC_LPUART1CLKSOURCE_PLL2Q: \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h821 #define RCC_LPUART1CLKSOURCE_PLL2Q RCC_CCIPR3_LPUART1SEL_0 macro
3414 ((__SOURCE__) == RCC_LPUART1CLKSOURCE_PLL2Q) || \
3423 ((__SOURCE__) == RCC_LPUART1CLKSOURCE_PLL2Q) || \
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc_ex.c767 case RCC_LPUART1CLKSOURCE_PLL2Q: /* PLL2_Q is used as clock source for LPUART1 */ in HAL_RCCEx_PeriphCLKConfig()
2082 case RCC_LPUART1CLKSOURCE_PLL2Q: /*!< PLL2 'Q' is the clock source for LPUART1 */ in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c858 case RCC_LPUART1CLKSOURCE_PLL2Q: /* PLL2 is used as clock source for LPUART1*/ in HAL_RCCEx_PeriphCLKConfig()
3935 else if (srcclk == RCC_LPUART1CLKSOURCE_PLL2Q) in HAL_RCCEx_GetPeriphCLKFreq()