Searched refs:ESP_LOG_NONE (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-3.6.0/components/mbedtls/port/ |
D | mbedtls_debug.c | 32 esp_log_level_t level = ESP_LOG_NONE; in mbedtls_esp_enable_debug_log()
|
/hal_espressif-3.6.0/components/spi_flash/sim/stubs/log/include/ |
D | esp_log.h | 30 ESP_LOG_NONE, /*!< No log output */ enumerator
|
/hal_espressif-3.6.0/components/app_trace/include/ |
D | esp_app_trace_util.h | 186 #define ESP_APPTRACE_LOGO( format, ... ) ESP_APPTRACE_LOG_LEV(E, ESP_LOG_NONE, format, ##__VA_ARGS…
|
/hal_espressif-3.6.0/components/vfs/ |
D | vfs_semihost.c | 35 #define LOG_LOCAL_LEVEL ESP_LOG_NONE
|
D | vfs.c | 25 #define LOG_LOCAL_LEVEL ESP_LOG_NONE
|
/hal_espressif-3.6.0/components/log/include/ |
D | esp_log.h | 35 ESP_LOG_NONE, /*!< No log output */ enumerator
|
/hal_espressif-3.6.0/components/spi_flash/test/ |
D | test_esp_flash.c | 443 esp_log_level_set("gpio", ESP_LOG_NONE); in flash_test_func() 843 esp_log_level_set("gpio", ESP_LOG_NONE); in test_permutations_chip()
|
/hal_espressif-3.6.0/components/app_trace/test/ |
D | test_trace.c | 66 #define ESP_APPTRACE_TEST_LOGO( format, ... ) ESP_APPTRACE_TEST_LOG_LEVEL(E, ESP_LOG_NONE, format,…
|