Home
last modified time | relevance | path

Searched refs:CTRL_L (Results 1 – 2 of 2) 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,
82 elif c == CTRL_L: # Toggle saving output into file
122 log=key_description(CTRL_L),
Dconstants.py19 CTRL_L = '\x0c' variable