STM32L486xx HAL User Manual
Defines
Clock Signal
USART Exported Constants

Defines

#define LL_USART_CLOCK_DISABLE   0x00000000U
#define LL_USART_CLOCK_ENABLE   USART_CR2_CLKEN

Define Documentation

#define LL_USART_CLOCK_DISABLE   0x00000000U

Clock signal not provided

Definition at line 390 of file stm32l4xx_ll_usart.h.

Referenced by LL_USART_ClockInit(), and LL_USART_ClockStructInit().

#define LL_USART_CLOCK_ENABLE   USART_CR2_CLKEN

Clock signal provided

Definition at line 391 of file stm32l4xx_ll_usart.h.