Home
last modified time | relevance | path

Searched refs:ASM_UART_INTR_RTIS (Results 1 – 3 of 3) sorted by relevance

/bsp/asm9260t/drivers/
A Dusart.c40 if(!(status & (ASM_UART_INTR_RXIS | ASM_UART_INTR_RTIS))) in rt_asm_usart_handler()
42 uart->port->INTR[R_CLR] = ASM_UART_INTR_RXIS|ASM_UART_INTR_RTIS; in rt_asm_usart_handler()
/bsp/asm9260t/platform/
A Duart.c17 uartBase->INTR[R_CLR] = ASM_UART_INTR_RXIEN | ASM_UART_INTR_TXIEN | ASM_UART_INTR_RTIS; in Hw_UartDisable()
A Duart.h53 #define ASM_UART_INTR_RTIS (1UL << 6) macro

Completed in 8 milliseconds