Searched refs:ASM_UART_INTR_RTIS (Results 1 – 3 of 3) sorted by relevance
40 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()
17 uartBase->INTR[R_CLR] = ASM_UART_INTR_RXIEN | ASM_UART_INTR_TXIEN | ASM_UART_INTR_RTIS; in Hw_UartDisable()
53 #define ASM_UART_INTR_RTIS (1UL << 6) macro
Completed in 8 milliseconds