Searched refs:ERTOI_MASK (Results 1 – 2 of 2) sorted by relevance
123 #define ERTOI_MASK (0x01u << 0u) /* Enable receiver timeout interrupt */ macro
1051 this_uart->hw_reg->IEM |= ERTOI_MASK; in MSS_UART_set_rx_timeout_handler()1642 if (this_uart->hw_reg->IIM & ERTOI_MASK) in uart_isr()