Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/console/
Duart_console.c227 ESC_ANSI_VAL_2, enumerator
256 if (atomic_test_bit(&esc_state, ESC_ANSI_VAL_2)) { in handle_ansi()
268 !atomic_test_and_set_bit(&esc_state, ESC_ANSI_VAL_2)) { in handle_ansi()
273 atomic_clear_bit(&esc_state, ESC_ANSI_VAL_2); in handle_ansi()