Searched defs:UART_LCR_PARITY (Results 1 – 6 of 6) sorted by relevance
38 #define UART_LCR_PARITY 0x8 /* Parity Enable */ macro
104 #define UART_LCR_PARITY (BIT(3)) macro
60 #define UART_LCR_PARITY (BIT(3)) macro
92 #define UART_LCR_PARITY 0x08 /**< Parity Enable */ macro
98 #define UART_LCR_PARITY 0x08 /* Parity Enable */ macro
284 #define UART_LCR_PARITY (BIT(3)) macro
Completed in 16 milliseconds