Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/system/console_usb/main/
Dconsole_usb_example_main.c87 const char* prompt = LOG_COLOR_I CONFIG_IDF_TARGET "> " LOG_RESET_COLOR; in app_main()
/hal_espressif-3.6.0/components/spi_flash/sim/stubs/log/include/
Desp_log.h40 #define LOG_COLOR_I macro
/hal_espressif-3.6.0/components/log/include/
Desp_log.h281 #define LOG_COLOR_I LOG_COLOR(LOG_COLOR_GREEN) macro
287 #define LOG_COLOR_I macro
/hal_espressif-3.6.0/examples/system/console/advanced/main/
Dconsole_example_main.c158 const char* prompt = LOG_COLOR_I PROMPT_STR "> " LOG_RESET_COLOR; in app_main()
/hal_espressif-3.6.0/components/console/
Desp_console_repl.c318 …snprintf(repl_com->prompt, CONSOLE_PROMPT_MAX_LEN - 1, LOG_COLOR_I "%s " LOG_RESET_COLOR, prompt_t… in esp_console_setup_prompt()
/hal_espressif-3.6.0/examples/bluetooth/nimble/throughput_app/blecent_throughput/main/
Dmain.c768 const char *prompt = LOG_COLOR_I "Throughput demo >> " LOG_RESET_COLOR; in app_main()