Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_uart/include/hardware/
Duart.h120 #ifndef UART_NUM
122 #define UART_NUM(uart) ((uart) == uart1) macro
153 DREQ_UART0_TX + UART_NUM(uart) * 2 + !(is_tx); \
196 #define UART_IRQ_NUM(uart) (UART0_IRQ + UART_NUM(uart))
220 return UART_NUM(uart); in uart_get_index()