Searched refs:UARTIMSC_RTIM (Results 1 – 2 of 2) sorted by relevance
60 #define UARTIMSC_RTIM 0x40 macro156 else if(UART_IMSC(uart->hw_base) & UARTIMSC_RTIM) in rt_hw_uart_isr()213 UART_IMSC(uart->hw_base) &= ~UARTIMSC_RTIM; in uart_control()227 UART_IMSC(uart->hw_base) |= UARTIMSC_RTIM; in uart_control()
120 #define UARTIMSC_RTIM 0x40U /* Receive timeout interrupt mask. */ macro
Completed in 6 milliseconds