Searched refs:UART_1LINE_ENABLE (Results 1 – 2 of 2) sorted by relevance
68 uartx[UARTxCON] |= UART_1LINE_ENABLE; in hal_uart_setparam()72 uartx[UARTxCON] &= ~UART_1LINE_ENABLE; in hal_uart_setparam()
96 #define UART_1LINE_ENABLE (BIT(6)) /*!< One-Line mode enable bit */ macro
Completed in 5 milliseconds