Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_UART_backend_pty.c68 char *uart_names[NHW_UARTE_TOTAL_INST] = NHW_UARTE_NAMES; in nhw_upty_init() local
92 snprintf(uart_name, 50, "UART %i (%s)", i, uart_names[i]); in nhw_upty_init()
DNHW_UART.c1435 char *uart_names[NHW_UARTE_TOTAL_INST] = NHW_UARTE_NAMES; in uart_list() local
1438 printf("%6i: %s\n", i, uart_names[i]); in uart_list()