Searched refs:UART_LCR_PARITY_F_1 (Results 1 – 4 of 4) sorted by relevance
85 #define UART_LCR_PARITY_F_1 ((uint8_t)(2<<4)) /*!< UART force 1 stick parity */ macro
190 #define UART_LCR_PARITY_F_1 ((uint8_t)(2<<4)) macro
320 tmp |= UART_LCR_PARITY_F_1; in UART_Init()
Completed in 23 milliseconds