Home
last modified time | relevance | path

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

/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()
/hal_espressif-3.6.0/components/log/include/
Desp_log.h275 #define LOG_COLOR_CYAN "36" macro
/hal_espressif-3.6.0/components/console/
Desp_console_repl.c370 console_config.hint_color = atoi(LOG_COLOR_CYAN); in esp_console_common_init()