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 |
#define LL_UART_PARITY_EVEN UART_LCR_PARITY_EVEN |
Parity control enabled and Even Parity is selected
Definition at line 158 of file gr55xx_ll_uart.h.
#define LL_UART_PARITY_NONE UART_LCR_PARITY_NONE |
Parity control disabled
Definition at line 156 of file gr55xx_ll_uart.h.
#define LL_UART_PARITY_ODD UART_LCR_PARITY_ODD |
Parity control enabled and Odd Parity is selected
Definition at line 157 of file gr55xx_ll_uart.h.
#define LL_UART_PARITY_SP0 UART_LCR_PARITY_SP0 |
Parity control enabled and Stick Parity 0 is selected
Definition at line 159 of file gr55xx_ll_uart.h.
#define LL_UART_PARITY_SP1 UART_LCR_PARITY_SP1 |
Parity control enabled and Stick Parity 1 is selected
Definition at line 160 of file gr55xx_ll_uart.h.