STM32F439xx HAL User Manual
Defines
Parity Control
USART Exported Constants

Defines

#define LL_USART_PARITY_NONE   0x00000000U
#define LL_USART_PARITY_EVEN   USART_CR1_PCE
#define LL_USART_PARITY_ODD   (USART_CR1_PCE | USART_CR1_PS)

Define Documentation

#define LL_USART_PARITY_EVEN   USART_CR1_PCE

Parity control enabled and Even Parity is selected

Definition at line 220 of file stm32f4xx_ll_usart.h.

#define LL_USART_PARITY_NONE   0x00000000U

Parity control disabled

Definition at line 219 of file stm32f4xx_ll_usart.h.

Referenced by LL_USART_StructInit().

#define LL_USART_PARITY_ODD   (USART_CR1_PCE | USART_CR1_PS)

Parity control enabled and Odd Parity is selected

Definition at line 221 of file stm32f4xx_ll_usart.h.