Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/console/
Dcommands.c59 if (s_config.hint_color == 0) { in esp_console_init()
60 s_config.hint_color = ANSI_COLOR_DEFAULT; in esp_console_init()
162 *color = s_config.hint_color; in esp_console_get_hint()
Desp_console.h25 int hint_color; //!< ASCII color code of hint text member
37 .hint_color = 39, \
Desp_console_repl.c370 console_config.hint_color = atoi(LOG_COLOR_CYAN); in esp_console_common_init()
/hal_espressif-3.6.0/examples/system/console_usb/main/
Dconsole_usb_example_main.c53 .hint_color = atoi(LOG_COLOR_CYAN) in initialize_console()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/main/
Dmain.c72 .hint_color = atoi(LOG_COLOR_CYAN) in initialize_console()
/hal_espressif-3.6.0/examples/system/console/advanced/main/
Dconsole_example_main.c106 .hint_color = atoi(LOG_COLOR_CYAN) in initialize_console()