Home
last modified time | relevance | path

Searched refs:UART_CLOCKSOURCE_PLL3Q (Results 1 – 7 of 7) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_uart_ex.h217 (__CLOCKSOURCE__) = UART_CLOCKSOURCE_PLL3Q; \
249 (__CLOCKSOURCE__) = UART_CLOCKSOURCE_PLL3Q; \
276 (__CLOCKSOURCE__) = UART_CLOCKSOURCE_PLL3Q; \
Dstm32h7rsxx_hal_uart.h192 UART_CLOCKSOURCE_PLL3Q = 0x08U, /*!< PLL3Q clock source */ enumerator
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_uart_ex.h204 (__CLOCKSOURCE__) = UART_CLOCKSOURCE_PLL3Q; \
Dstm32mp1xx_hal_uart.h178 UART_CLOCKSOURCE_PLL3Q = 0x04U, /*!< PLL3Q clock source (only used by UART1) */ enumerator
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_uart.c3212 case UART_CLOCKSOURCE_PLL3Q: in UART_SetConfig()
3283 case UART_CLOCKSOURCE_PLL3Q: in UART_SetConfig()
3337 case UART_CLOCKSOURCE_PLL3Q: in UART_SetConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_uart.h190 UART_CLOCKSOURCE_PLL3Q = 0x02U, /*!< PLL3Q clock source */ enumerator
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_uart.c3201 case UART_CLOCKSOURCE_PLL3Q: in UART_SetConfig()
3251 case UART_CLOCKSOURCE_PLL3Q: in UART_SetConfig()