STM32F439xx HAL User Manual
Defines
Last Clock Pulse
USART Exported Constants

Defines

#define LL_USART_LASTCLKPULSE_NO_OUTPUT   0x00000000U
#define LL_USART_LASTCLKPULSE_OUTPUT   USART_CR2_LBCL

Define Documentation

#define LL_USART_LASTCLKPULSE_NO_OUTPUT   0x00000000U

The clock pulse of the last data bit is not output to the SCLK pin

Definition at line 268 of file stm32f4xx_ll_usart.h.

Referenced by LL_USART_ClockStructInit().

#define LL_USART_LASTCLKPULSE_OUTPUT   USART_CR2_LBCL

The clock pulse of the last data bit is output to the SCLK pin

Definition at line 269 of file stm32f4xx_ll_usart.h.