STM32H735xx HAL User Manual
Defines
Peripheral LPUART clock source selection
RCC Exported Constants

Defines

#define LL_RCC_LPUART1_CLKSOURCE_PCLK4   (0x00000000U)
#define LL_RCC_LPUART1_CLKSOURCE_PLL2Q   (RCC_D3CCIPR_LPUART1SEL_0)
#define LL_RCC_LPUART1_CLKSOURCE_PLL3Q   (RCC_D3CCIPR_LPUART1SEL_1)
#define LL_RCC_LPUART1_CLKSOURCE_HSI   (RCC_D3CCIPR_LPUART1SEL_0 | RCC_D3CCIPR_LPUART1SEL_1)
#define LL_RCC_LPUART1_CLKSOURCE_CSI   (RCC_D3CCIPR_LPUART1SEL_2)
#define LL_RCC_LPUART1_CLKSOURCE_LSE   (RCC_D3CCIPR_LPUART1SEL_0 | RCC_D3CCIPR_LPUART1SEL_2)

Define Documentation

#define LL_RCC_LPUART1_CLKSOURCE_CSI   (RCC_D3CCIPR_LPUART1SEL_2)

Definition at line 594 of file stm32h7xx_ll_rcc.h.

Referenced by LL_RCC_GetLPUARTClockFreq().

#define LL_RCC_LPUART1_CLKSOURCE_HSI   (RCC_D3CCIPR_LPUART1SEL_0 | RCC_D3CCIPR_LPUART1SEL_1)

Definition at line 593 of file stm32h7xx_ll_rcc.h.

Referenced by LL_RCC_GetLPUARTClockFreq().

#define LL_RCC_LPUART1_CLKSOURCE_LSE   (RCC_D3CCIPR_LPUART1SEL_0 | RCC_D3CCIPR_LPUART1SEL_2)

Definition at line 595 of file stm32h7xx_ll_rcc.h.

Referenced by LL_RCC_GetLPUARTClockFreq().

#define LL_RCC_LPUART1_CLKSOURCE_PCLK4   (0x00000000U)

Definition at line 590 of file stm32h7xx_ll_rcc.h.

Referenced by LL_RCC_GetLPUARTClockFreq().

#define LL_RCC_LPUART1_CLKSOURCE_PLL2Q   (RCC_D3CCIPR_LPUART1SEL_0)

Definition at line 591 of file stm32h7xx_ll_rcc.h.

Referenced by LL_RCC_GetLPUARTClockFreq().

#define LL_RCC_LPUART1_CLKSOURCE_PLL3Q   (RCC_D3CCIPR_LPUART1SEL_1)

Definition at line 592 of file stm32h7xx_ll_rcc.h.

Referenced by LL_RCC_GetLPUARTClockFreq().