HAL
LL_USART_PARITY_ODD is only used within HAL.
 
Symbols
loading...
Files
loading...

LL_USART_PARITY_ODD macro

Parity control enabled and Odd Parity is selected

Syntax

#define LL_USART_PARITY_ODD (USART_CR1_PCE | USART_CR1_PS)

References

LocationText
stm32f4xx_ll_usart.h:204
#define LL_USART_PARITY_ODD (USART_CR1_PCE | USART_CR1_PS) /*!< Parity control enabled and Odd Parity is selected */