Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_uart_ex.h482 case RCC_LPUART1CLKSOURCE_PLL2: \
733 case RCC_LPUART1CLKSOURCE_PLL2: \
Dstm32h7xx_hal_rcc_ex.h765 #define RCC_LPUART1CLKSOURCE_PLL2 RCC_D3CCIPR_LPUART1SEL_0 macro
775 #define RCC_LPUART1CLKSOURCE_PLL2 RCC_SRDCCIPR_LPUART1SEL_0 macro
4084 ((SOURCE) == RCC_LPUART1CLKSOURCE_PLL2) || \
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc_ex.c1070 case RCC_LPUART1CLKSOURCE_PLL2: /* PLL2 is used as clock source for LPUART1 */ in HAL_RCCEx_PeriphCLKConfig()