Home
last modified time | relevance | path

Searched refs:USART_CLOCKSOURCE_PLL2Q (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_usart.h115 USART_CLOCKSOURCE_PLL2Q = 0x10U, /*!< PLL2 clock source */ enumerator
750 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL2Q; \
777 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL2Q; \
804 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL2Q; \
831 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL2Q; \
858 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL2Q; \
885 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL2Q; \
920 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL2Q; \
947 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL2Q; \
974 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL2Q; \
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_usart.h112 USART_CLOCKSOURCE_PLL2Q = 0x02U, /*!< PLL2Q clock source */ enumerator
740 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL2Q; \
768 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL2Q; \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_usart.c3257 case USART_CLOCKSOURCE_PLL2Q: in USART_SetConfig()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_usart.c3179 case USART_CLOCKSOURCE_PLL2Q: in USART_SetConfig()