Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/
Dconsole_parser.py11 … CMD_TOGGLE_LOGGING, CMD_TOGGLE_TIMESTAMPS, CTRL_A, CTRL_C, CTRL_F, CTRL_H, CTRL_I, CTRL_L, CTRL_P,
59 elif key == self.exit_key or key == CTRL_C:
Dconstants.py10 CTRL_C = '\x03' variable
/hal_espressif-latest/tools/idf_monitor/
Didf_monitor.py41 from idf_monitor_base.constants import (CTRL_C, CTRL_H, DEFAULT_PRINT_FILTER, DEFAULT_TOOLCHAIN_PRE…
157 self.serial_write(codecs.encode(CTRL_C))