Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_uart/include/hardware/
Duart.h121 static_assert(NUM_UARTS == 2, "");
134 static_assert(NUM_UARTS == 2, "");
230 invalid_params_if(HARDWARE_UART, num >= NUM_UARTS); in uart_get_instance()
509 extern short uart_char_to_line_feed[NUM_UARTS]; in uart_putc()
/hal_rpi_pico-latest/src/rp2040/hardware_regs/include/hardware/
Dplatform_defs.h32 #define NUM_UARTS _u(2) macro
/hal_rpi_pico-latest/src/rp2350/hardware_regs/include/hardware/
Dplatform_defs.h33 #define NUM_UARTS _u(2) macro
/hal_rpi_pico-latest/src/rp2_common/hardware_uart/
Duart.c28 short uart_char_to_line_feed[NUM_UARTS];