Home
last modified time | relevance | path

Searched refs:USART_CLOCKSOURCE_PLL3Q (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_usart.h116 USART_CLOCKSOURCE_PLL3Q = 0x20U, /*!< PLL3 clock source */ enumerator
753 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL3Q; \
780 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL3Q; \
807 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL3Q; \
834 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL3Q; \
861 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL3Q; \
888 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL3Q; \
923 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL3Q; \
950 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL3Q; \
977 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL3Q; \
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_usart.h113 USART_CLOCKSOURCE_PLL3Q = 0x04U, /*!< PLL3Q clock source */ enumerator
743 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL3Q; \
771 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL3Q; \
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_usart.h113 USART_CLOCKSOURCE_PLL3Q = 0x04U, /*!< PLL3Q clock source (only used by UART1) */ enumerator
744 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL3Q; \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_usart.c3263 case USART_CLOCKSOURCE_PLL3Q: in USART_SetConfig()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_usart.c3183 case USART_CLOCKSOURCE_PLL3Q: in USART_SetConfig()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_usart.c3427 case USART_CLOCKSOURCE_PLL3Q: in USART_SetConfig()