Searched refs:CTRL_C (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/ |
D | console_parser.py | 11 … 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:
|
D | constants.py | 10 CTRL_C = '\x03' variable
|
/hal_espressif-latest/tools/idf_monitor/ |
D | idf_monitor.py | 41 from idf_monitor_base.constants import (CTRL_C, CTRL_H, DEFAULT_PRINT_FILTER, DEFAULT_TOOLCHAIN_PRE… 157 self.serial_write(codecs.encode(CTRL_C))
|