Searched refs:UART_LCR_PARITY_EN (Results 1 – 4 of 4) sorted by relevance
82 #define UART_LCR_PARITY_EN ((uint8_t)(1<<3)) /*!< UART Parity Enable */ macro
308 tmp |= UART_LCR_PARITY_EN; in UART_Init()1278 UARTx->LCR |= (UART_LCR_PARITY_F_0 | UART_LCR_PARITY_EN); in UART_RS485Config()
184 #define UART_LCR_PARITY_EN ((uint8_t)(1<<3)) macro
Completed in 15 milliseconds