Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_uart_ex.h485 case RCC_LPUART1CLKSOURCE_PLL3: \
736 case RCC_LPUART1CLKSOURCE_PLL3: \
Dstm32h7xx_hal_rcc_ex.h766 #define RCC_LPUART1CLKSOURCE_PLL3 RCC_D3CCIPR_LPUART1SEL_1 macro
776 #define RCC_LPUART1CLKSOURCE_PLL3 RCC_SRDCCIPR_LPUART1SEL_1 macro
4085 ((SOURCE) == RCC_LPUART1CLKSOURCE_PLL3) || \
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc_ex.c1075 case RCC_LPUART1CLKSOURCE_PLL3: /* PLL3 is used as clock source for LPUART1 */ in HAL_RCCEx_PeriphCLKConfig()