Home
last modified time | relevance | path

Searched refs:UART_IRQ_NUM (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/hardware_uart/include/hardware/
Duart.h193 #ifndef UART_IRQ_NUM
196 #define UART_IRQ_NUM(uart) (UART0_IRQ + UART_NUM(uart)) macro
/hal_rpi_pico-latest/src/rp2_common/pico_stdio_uart/
Dstdio_uart.c173 uint irq_num = UART_IRQ_NUM(uart_instance); in stdio_uart_set_chars_available_callback()