Searched refs:UART0_IRQ (Results 1 – 5 of 5) sorted by relevance
35 #define UART0_IRQ K230_IRQ_UART0 macro211 rt_hw_interrupt_mask(UART0_IRQ); in test_pdma_rx()234 rt_hw_interrupt_umask(UART0_IRQ); in test_pdma_rx()
29 #define UART0_IRQ (BSP_UART_IRQ_BASE + 0) macro
36 #define UART0_IRQ (UART_IRQ_BASE + 0) macro
47 .irqno = UART0_IRQ,
231 uart->irqno = UART0_IRQ; in rt_hw_uart_init()
Completed in 17 milliseconds