Searched refs:NUM_UARTS (Results 1 – 6 of 6) sorted by relevance
21 static cbuf_t uart_rx_buf[NUM_UARTS];52 for (uint i = 0; i < NUM_UARTS; i++) { in uart_init()77 for (uint i = 0; i < NUM_UARTS; i++) { in uart_init_early()103 DEBUG_ASSERT(port >= 0 && port < NUM_UARTS); in uart_putc()116 DEBUG_ASSERT(port >= 0 && port < NUM_UARTS); in uart_getc()126 DEBUG_ASSERT(port >= 0 && port < NUM_UARTS); in uart_flush_tx()130 DEBUG_ASSERT(port >= 0 && port < NUM_UARTS); in uart_flush_rx()134 DEBUG_ASSERT(port >= 0 && port < NUM_UARTS); in uart_init_port()
28 #define NUM_UARTS 8 macro65 static struct uart_instance *const uart[NUM_UARTS + 1] = {227 if (port < 0 || port > NUM_UARTS || !u) in uart_putc()239 if (port < 0 || port > NUM_UARTS || !u) in uart_getc()254 if (port < 0 || port > NUM_UARTS || !u) in uart_pgetc()
21 #define NUM_UARTS 2u macro
23 short uart_char_to_line_feed[NUM_UARTS];
346 extern short uart_char_to_line_feed[NUM_UARTS]; in uart_putc()
488 #define NUM_UARTS 2 macro
Completed in 14 milliseconds