Searched refs:UART0_IRQ (Results 1 – 3 of 3) sorted by relevance
36 #define UART0_IRQ 20 macro68 UART0_IRQ = 20, ///< Select UART0's IRQ output enumerator
49 #define UART0_IRQ 33 macro107 UART0_IRQ = 33, ///< Select UART0's IRQ output enumerator
195 static_assert(UART1_IRQ == UART0_IRQ + 1, "");196 #define UART_IRQ_NUM(uart) (UART0_IRQ + UART_NUM(uart))