STM32F439xx HAL User Manual
Defines
USART Last Bit
USART Exported Constants

Defines

#define USART_LASTBIT_DISABLE   0x00000000U
#define USART_LASTBIT_ENABLE   ((uint32_t)USART_CR2_LBCL)

Define Documentation

#define USART_LASTBIT_DISABLE   0x00000000U

Definition at line 237 of file stm32f4xx_hal_usart.h.

#define USART_LASTBIT_ENABLE   ((uint32_t)USART_CR2_LBCL)

Definition at line 238 of file stm32f4xx_hal_usart.h.