STM32L486xx HAL User Manual
Defines
UART Parity
UART Exported Constants

Defines

#define UART_PARITY_NONE   0x00000000U
#define UART_PARITY_EVEN   USART_CR1_PCE
#define UART_PARITY_ODD   (USART_CR1_PCE | USART_CR1_PS)

Define Documentation

#define UART_PARITY_EVEN   USART_CR1_PCE

Even parity

Definition at line 375 of file stm32l4xx_hal_uart.h.

#define UART_PARITY_NONE   0x00000000U
#define UART_PARITY_ODD   (USART_CR1_PCE | USART_CR1_PS)

Odd parity

Definition at line 376 of file stm32l4xx_hal_uart.h.