Home
last modified time | relevance | path

Searched refs:RCC_UART12CLKSOURCE_PLL3Q (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_irda_ex.h391 case RCC_UART12CLKSOURCE_PLL3Q: \
Dstm32h5xx_hal_rcc_ex.h808 #define RCC_UART12CLKSOURCE_PLL3Q RCC_CCIPR2_UART12SEL_1 macro
3405 ((__SOURCE__) == RCC_UART12CLKSOURCE_PLL3Q) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c809 case RCC_UART12CLKSOURCE_PLL3Q: /* PLL3 is used as clock source for UART12*/ in HAL_RCCEx_PeriphCLKConfig()
3902 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_PLL3RDY)) && (srcclk == RCC_UART12CLKSOURCE_PLL3Q)) in HAL_RCCEx_GetPeriphCLKFreq()