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

Defines

#define LL_RCC_LPUART1_CLKSOURCE_PCLK1   0x00000000U
#define LL_RCC_LPUART1_CLKSOURCE_SYSCLK   RCC_CCIPR_LPUART1SEL_0
#define LL_RCC_LPUART1_CLKSOURCE_HSI   RCC_CCIPR_LPUART1SEL_1
#define LL_RCC_LPUART1_CLKSOURCE_LSE   RCC_CCIPR_LPUART1SEL

Define Documentation

#define LL_RCC_LPUART1_CLKSOURCE_HSI   RCC_CCIPR_LPUART1SEL_1

HSI clock used as LPUART1 clock source

Definition at line 453 of file stm32l4xx_ll_rcc.h.

Referenced by LL_RCC_GetLPUARTClockFreq().

#define LL_RCC_LPUART1_CLKSOURCE_LSE   RCC_CCIPR_LPUART1SEL

LSE clock used as LPUART1 clock source

Definition at line 454 of file stm32l4xx_ll_rcc.h.

Referenced by LL_RCC_GetLPUARTClockFreq().

#define LL_RCC_LPUART1_CLKSOURCE_PCLK1   0x00000000U

PCLK1 clock used as LPUART1 clock source

Definition at line 451 of file stm32l4xx_ll_rcc.h.

Referenced by LL_RCC_GetLPUARTClockFreq().

#define LL_RCC_LPUART1_CLKSOURCE_SYSCLK   RCC_CCIPR_LPUART1SEL_0

SYSCLK clock used as LPUART1 clock source

Definition at line 452 of file stm32l4xx_ll_rcc.h.

Referenced by LL_RCC_GetLPUARTClockFreq().