STM32F439xx 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 258 of file stm32f4xx_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 259 of file stm32f4xx_ll_usart.h.