Searched refs:UART_LCR_PARITY_ODD (Results 1 – 4 of 4) sorted by relevance
83 #define UART_LCR_PARITY_ODD ((uint8_t)(0)) /*!< UART Odd Parity Select */ macro
186 #define UART_LCR_PARITY_ODD ((uint8_t)(0)) macro
312 tmp |= UART_LCR_PARITY_ODD; in UART_Init()
Completed in 16 milliseconds