STM32L486xx HAL User Manual
Defines
Peripheral USART get clock source
RCC Exported Constants

Defines

#define LL_RCC_USART1_CLKSOURCE   RCC_CCIPR_USART1SEL
#define LL_RCC_USART2_CLKSOURCE   RCC_CCIPR_USART2SEL
#define LL_RCC_USART3_CLKSOURCE   RCC_CCIPR_USART3SEL

Define Documentation

#define LL_RCC_USART1_CLKSOURCE   RCC_CCIPR_USART1SEL

USART1 Clock source selection

Definition at line 683 of file stm32l4xx_ll_rcc.h.

Referenced by LL_RCC_GetUSARTClockFreq(), and LL_USART_Init().

#define LL_RCC_USART2_CLKSOURCE   RCC_CCIPR_USART2SEL

USART2 Clock source selection

Definition at line 684 of file stm32l4xx_ll_rcc.h.

Referenced by LL_RCC_GetUSARTClockFreq(), and LL_USART_Init().

#define LL_RCC_USART3_CLKSOURCE   RCC_CCIPR_USART3SEL

USART3 Clock source selection

Definition at line 686 of file stm32l4xx_ll_rcc.h.

Referenced by LL_RCC_GetUSARTClockFreq(), and LL_USART_Init().