Home
last modified time | relevance | path

Searched refs:USART_CLOCKSOURCE_PLL3 (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_usart.h113 USART_CLOCKSOURCE_PLL3 = 0x04U, /*!< PLL3Q clock source */ enumerator
740 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL3; \
767 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL3; \
794 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL3; \
821 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL3; \
848 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL3; \
883 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL3; \
910 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL3; \
937 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL3; \
964 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL3; \
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_usart.c2944 case USART_CLOCKSOURCE_PLL3: in USART_SetConfig()