Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_usart.h114 USART_CLOCKSOURCE_PLL4Q = 0x08U, /*!< PLL4Q clock source */ enumerator
753 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL4Q; \
771 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL4Q; \
795 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL4Q; \
819 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_PLL4Q; \
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_usart.c3432 case USART_CLOCKSOURCE_PLL4Q: in USART_SetConfig()