STM32L486xx HAL User Manual
Defines
Parity Control
LPUART Exported Constants

Defines

#define LL_LPUART_PARITY_NONE   0x00000000U
#define LL_LPUART_PARITY_EVEN   USART_CR1_PCE
#define LL_LPUART_PARITY_ODD   (USART_CR1_PCE | USART_CR1_PS)

Define Documentation

#define LL_LPUART_PARITY_EVEN   USART_CR1_PCE

Parity control enabled and Even Parity is selected

Definition at line 288 of file stm32l4xx_ll_lpuart.h.

#define LL_LPUART_PARITY_NONE   0x00000000U

Parity control disabled

Definition at line 287 of file stm32l4xx_ll_lpuart.h.

Referenced by LL_LPUART_StructInit().

#define LL_LPUART_PARITY_ODD   (USART_CR1_PCE | USART_CR1_PS)

Parity control enabled and Odd Parity is selected

Definition at line 289 of file stm32l4xx_ll_lpuart.h.