Collaboration diagram for UART Parity:Macros | |
| #define | UART_PARITY_NONE LL_UART_PARITY_NONE |
| No parity More... | |
| #define | UART_PARITY_ODD LL_UART_PARITY_ODD |
| Odd parity. More... | |
| #define | UART_PARITY_EVEN LL_UART_PARITY_EVEN |
| Even parity More... | |
| #define | UART_PARITY_SP0 LL_UART_PARITY_SP0 |
| Stick Parity 0 More... | |
| #define | UART_PARITY_SP1 LL_UART_PARITY_SP1 |
| Stick Parity 1 More... | |
| #define UART_PARITY_EVEN LL_UART_PARITY_EVEN |
Even parity
Definition at line 274 of file gr55xx_hal_uart.h.
| #define UART_PARITY_NONE LL_UART_PARITY_NONE |
No parity
Definition at line 272 of file gr55xx_hal_uart.h.
| #define UART_PARITY_ODD LL_UART_PARITY_ODD |
Odd parity.
Definition at line 273 of file gr55xx_hal_uart.h.
| #define UART_PARITY_SP0 LL_UART_PARITY_SP0 |
Stick Parity 0
Definition at line 275 of file gr55xx_hal_uart.h.
| #define UART_PARITY_SP1 LL_UART_PARITY_SP1 |
Stick Parity 1
Definition at line 276 of file gr55xx_hal_uart.h.