Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/console/
Duart_console.c226 ESC_ANSI_VAL, enumerator
248 atomic_set_bit(&esc_state, ESC_ANSI_VAL); in handle_ansi()
254 if (atomic_test_bit(&esc_state, ESC_ANSI_VAL)) { in handle_ansi()
272 atomic_clear_bit(&esc_state, ESC_ANSI_VAL); in handle_ansi()