Home
last modified time | relevance | path

Searched refs:ESP_LOG_ERROR (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/log/include/
Desp_log.h26 ESP_LOG_ERROR, /*!< Critical errors, software module can not recover on its own */ enumerator
298 #define ESP_EARLY_LOGE( tag, format, ... ) ESP_LOG_EARLY_IMPL(tag, format, ESP_LOG_ERROR, E __VA_…
308 #define ESP_EARLY_LOGE( tag, format, ... ) ESP_LOG_EARLY_IMPL(tag, format, ESP_LOG_ERROR, E, ##__…
334 #define ESP_LOGE( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_ERROR, tag, format __VA_OPT__(,)…
340 #define ESP_LOGE( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_ERROR, tag, format, ##__VA_ARGS_…
392 …if (level==ESP_LOG_ERROR ) { esp_log_write(ESP_LOG_ERROR, tag, LOG_FORMAT(E, format)…
400 …if (level==ESP_LOG_ERROR ) { esp_log_write(ESP_LOG_ERROR, tag, LOG_SYSTEM_TIME_FORMA…
410 …if (level==ESP_LOG_ERROR ) { esp_log_write(ESP_LOG_ERROR, tag, LOG_FORMAT(E, format)…
418 …if (level==ESP_LOG_ERROR ) { esp_log_write(ESP_LOG_ERROR, tag, LOG_SYSTEM_TIME_FORMA…
453 #define ESP_DRAM_LOGE( tag, format, ... ) ESP_DRAM_LOG_IMPL(tag, format, ESP_LOG_ERROR, E __VA_OP…
[all …]
/hal_espressif-latest/components/spi_flash/sim/stubs/log/include/
Desp_log.h29 ESP_LOG_ERROR, /*!< Critical errors, software module can not recover on its own */ enumerator
51 …ESP_LOGE( tag, format, ... ) if (LOG_LOCAL_LEVEL >= ESP_LOG_ERROR) { esp_log_write(ESP_LOG_ERRO…
/hal_espressif-latest/components/esp_hw_support/include/
Desp_wake_stub.h23 #define ESP_RTC_LOGE( format, ... ) ESP_RTC_LOG(ESP_LOG_ERROR, RTC_LOG_FORMAT(E, format), ##__VA_A…
/hal_espressif-latest/components/wpa_supplicant/include/utils/
Dwpa_debug.h26 #define MSG_ERROR ESP_LOG_ERROR
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_trace.h64 #define BLE_MESH_PRINT_E(tag, format, ...) {esp_log_write(ESP_LOG_ERROR, tag, LOG_FORMAT(E, form…
/hal_espressif-latest/components/log/host_test/log_test/main/
Dlog_test.cpp168 PrintFixture fix(ESP_LOG_ERROR);
/hal_espressif-latest/components/bt/common/include/
Dbt_common.h134 #define BT_PRINT_E(tag, format, ...) {esp_log_write(ESP_LOG_ERROR, tag, LOG_FORMAT(E, format), …
/hal_espressif-latest/components/log/
DREADME.rst76 esp_log_level_set("*", ESP_LOG_ERROR); // set all components to ERROR level
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_trace.h212 …ROR(format, ... ) {if (LOG_LOCAL_LEVEL >= ESP_LOG_ERROR) esp_log_write(ESP_LOG_ERRO…