STM32L486xx HAL User Manual
Defines
USART Last Bit
USART Exported Constants

Defines

#define USART_LASTBIT_DISABLE   0x00000000U
#define USART_LASTBIT_ENABLE   USART_CR2_LBCL

Define Documentation

#define USART_LASTBIT_DISABLE   0x00000000U

USART frame last data bit clock pulse not output to SCLK pin

Definition at line 334 of file stm32l4xx_hal_usart.h.

#define USART_LASTBIT_ENABLE   USART_CR2_LBCL

USART frame last data bit clock pulse output to SCLK pin

Definition at line 335 of file stm32l4xx_hal_usart.h.