Home
last modified time | relevance | path

Searched refs:ERTOI_MASK (Results 1 – 2 of 2) sorted by relevance

/hal_microchip-latest/mpfs/drivers/mss/mss_mmuart/
Dmss_uart_regs.h123 #define ERTOI_MASK (0x01u << 0u) /* Enable receiver timeout interrupt */ macro
Dmss_uart.c1051 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()