Searched refs:UART0_IRQ (Results 1 – 2 of 2) sorted by relevance
114 static_assert(UART1_IRQ == UART0_IRQ + 1, ""); in stdio_uart_set_chars_available_callback()115 const uint UART_IRQ = UART0_IRQ + uart_get_index(uart_instance); in stdio_uart_set_chars_available_callback()
29 #define UART0_IRQ 20 macro
Completed in 3 milliseconds