Home
last modified time | relevance | path

Searched refs:UART_CLOCKSOURCE_PCLK4 (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_uart_ex.h270 (__CLOCKSOURCE__) = UART_CLOCKSOURCE_PCLK4; \
Dstm32h7rsxx_hal_uart.h190 UART_CLOCKSOURCE_PCLK4 = 0x02U, /*!< PCLK4 clock source (only used by LPUART1) */ enumerator
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_uart.c3215 case UART_CLOCKSOURCE_PCLK4: in UART_SetConfig()