Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_usart.h112 USART_CLOCKSOURCE_PLL2 = 0x02U, /*!< PLL2Q clock source */ enumerator
737 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL2; \
764 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL2; \
791 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL2; \
818 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL2; \
845 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL2; \
880 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL2; \
907 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL2; \
934 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL2; \
961 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL2; \
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_usart.c2939 case USART_CLOCKSOURCE_PLL2: in USART_SetConfig()