MG32F10x Standard Peripherals Firmware Library
Macros

Macros

#define UART_Parity_None   (0x00U)
 
#define UART_Parity_Odd   (UART_LCR_PARITY_ODD)
 
#define UART_Parity_Even   (UART_LCR_PARITY_EVEN)
 
#define UART_Parity_Mark   (UART_LCR_PARITY_MARK)
 
#define UART_Parity_Space   (UART_LCR_PARITY_SPACE)
 

Detailed Description