Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/console/
Duart_console.c237 static unsigned int ansi_val, ansi_val_2; variable
250 ansi_val_2 = 0U; in handle_ansi()
257 ansi_val_2 *= 10U; in handle_ansi()
258 ansi_val_2 += byte - '0'; in handle_ansi()