Home
last modified time | relevance | path

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

/bsp/qemu-vexpress-a9/drivers/
A Ddrv_uart_v2.c60 #define UARTIMSC_RTIM 0x40 macro
156 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()
/bsp/ft2004/libraries/bsp/ft_uart/
A Dft_uart_hw.h120 #define UARTIMSC_RTIM 0x40U /* Receive timeout interrupt mask. */ macro

Completed in 6 milliseconds