Home
last modified time | relevance | path

Searched refs:USART_CLOCKSOURCE_PCLK5 (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_usart.h112 USART_CLOCKSOURCE_PCLK5 = 0x02U, /*!< PCLK5 clock source (only used by UART1) */ enumerator
741 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PCLK5; \
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_usart.c3423 case USART_CLOCKSOURCE_PCLK5: in USART_SetConfig()