Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_usart.h111 USART_CLOCKSOURCE_D2PCLK2 = 0x01U, /*!< Domain2 PCLK2 clock source */ enumerator
734 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_D2PCLK2; \
815 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_D2PCLK2; \
842 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_D2PCLK2; \
877 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_D2PCLK2; \
958 (__CLOCKSOURCE__) = USART_CLOCKSOURCE_D2PCLK2; \
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_usart.c2935 case USART_CLOCKSOURCE_D2PCLK2: in USART_SetConfig()