STM32L443xx HAL User Manual
|
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 LL_RCC_LPUART1_CLKSOURCE_HSI RCC_CCIPR_LPUART1SEL_1 |
HSI clock used as LPUART1 clock source
Definition at line 429 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 430 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 427 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 428 of file stm32l4xx_ll_rcc.h.
Referenced by LL_RCC_GetLPUARTClockFreq().