Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_uart_ex.h480 (__CLOCKSOURCE__) = UART_CLOCKSOURCE_D3PCLK1; \
731 (__CLOCKSOURCE__) = UART_CLOCKSOURCE_D3PCLK1; \
Dstm32h7xx_hal_uart.h188 UART_CLOCKSOURCE_D3PCLK1 = 0x02U, /*!< Domain3 PCLK1 clock source */ enumerator
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_uart.c3103 case UART_CLOCKSOURCE_D3PCLK1: in UART_SetConfig()