Macros

#define LL_UART_PARITY_NONE   UART_LCR_PARITY_NONE
 
#define LL_UART_PARITY_ODD   UART_LCR_PARITY_ODD
 
#define LL_UART_PARITY_EVEN   UART_LCR_PARITY_EVEN
 
#define LL_UART_PARITY_SP0   UART_LCR_PARITY_SP0
 
#define LL_UART_PARITY_SP1   UART_LCR_PARITY_SP1
 

Detailed Description

Macro Definition Documentation

◆ LL_UART_PARITY_EVEN

#define LL_UART_PARITY_EVEN   UART_LCR_PARITY_EVEN

Parity control enabled and Even Parity is selected

Definition at line 157 of file ll_uart.h.

◆ LL_UART_PARITY_NONE

#define LL_UART_PARITY_NONE   UART_LCR_PARITY_NONE

Parity control disabled

Definition at line 155 of file ll_uart.h.

◆ LL_UART_PARITY_ODD

#define LL_UART_PARITY_ODD   UART_LCR_PARITY_ODD

Parity control enabled and Odd Parity is selected

Definition at line 156 of file ll_uart.h.

◆ LL_UART_PARITY_SP0

#define LL_UART_PARITY_SP0   UART_LCR_PARITY_SP0

Parity control enabled and Stick Parity 0 is selected

Definition at line 158 of file ll_uart.h.

◆ LL_UART_PARITY_SP1

#define LL_UART_PARITY_SP1   UART_LCR_PARITY_SP1

Parity control enabled and Stick Parity 1 is selected

Definition at line 159 of file ll_uart.h.