HAL + 0/33 examples
CodeScope will show references to UART_PARITY_ODD from the following samples and libraries:
Examples
STM32446E-Nucleo
Examples
UART
STM32446E_EVAL
Applications
USB_Device
Examples
UART
STM32469I-Discovery
Applications
USBX
STM32469I_EVAL
Applications
USB_Device
Examples
UART
STM324x9I_EVAL
Applications
USB_Device
Examples
UART
STM324xG_EVAL
Applications
USB_Device
Examples
UART
STM32F401RE-Nucleo
Examples
UART
STM32F410xx-Nucleo
Examples
UART
STM32F411RE-Nucleo
Examples
UART
Examples_MIX
UART
STM32F412G-Discovery
Examples
UART
STM32F412ZG-Nucleo
Examples
UART
STM32F413H-Discovery
Examples
UART
STM32F413ZH-Nucleo
Examples
UART
STM32F429ZI-Nucleo
Examples
UART
STM32F446ZE-Nucleo
Examples
UART
 
Symbols
loading...
Files
loading...

UART_PARITY_ODD macro

Syntax

#define UART_PARITY_ODD ((uint32_t)(USART_CR1_PCE | USART_CR1_PS))

Examples

UART_PARITY_ODD is referenced by 33 libraries and example projects.

References

LocationText
stm32f4xx_hal_uart.h:292
#define UART_PARITY_ODD ((uint32_t)(USART_CR1_PCE | USART_CR1_PS))
stm32f4xx_hal_uart.h:841
((PARITY) == UART_PARITY_ODD))