Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_usart.h110 USART_CLOCKSOURCE_D2PCLK1 = 0x00U, /*!< Domain2 PCLK1 clock source */ enumerator
761 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_D2PCLK1; \
788 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_D2PCLK1; \
904 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_D2PCLK1; \
931 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_D2PCLK1; \
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_usart.c2931 case USART_CLOCKSOURCE_D2PCLK1: in USART_SetConfig()