Home
last modified time | relevance | path

Searched refs:ESP_LOG_VERBOSE (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-3.7.0/components/log/include/
Desp_log.h30ESP_LOG_VERBOSE /*!< Bigger chunks of debugging information, or frequent messages which can po… enumerator
306 #define ESP_EARLY_LOGV( tag, format, ... ) ESP_LOG_EARLY_IMPL(tag, format, ESP_LOG_VERBOSE, V __VA_…
316 #define ESP_EARLY_LOGV( tag, format, ... ) ESP_LOG_EARLY_IMPL(tag, format, ESP_LOG_VERBOSE, V, ##__…
338 #define ESP_LOGV( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_VERBOSE, tag, format __VA_OPT__(,)…
344 #define ESP_LOGV( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_VERBOSE, tag, format, ##__VA_ARGS_…
395 …else if (level==ESP_LOG_VERBOSE ) { esp_log_write(ESP_LOG_VERBOSE, tag, LOG_FORMAT(V, format)…
403 …else if (level==ESP_LOG_VERBOSE ) { esp_log_write(ESP_LOG_VERBOSE, tag, LOG_SYSTEM_TIME_FORMA…
413 …else if (level==ESP_LOG_VERBOSE ) { esp_log_write(ESP_LOG_VERBOSE, tag, LOG_FORMAT(V, format)…
421 …else if (level==ESP_LOG_VERBOSE ) { esp_log_write(ESP_LOG_VERBOSE, tag, LOG_SYSTEM_TIME_FORMA…
461 #define ESP_DRAM_LOGV( tag, format, ... ) ESP_DRAM_LOG_IMPL(tag, format, ESP_LOG_VERBOSE, V __VA_OP…
[all …]
/hal_espressif-3.7.0/components/spi_flash/sim/stubs/log/include/
Desp_log.h33ESP_LOG_VERBOSE /*!< Bigger chunks of debugging information, or frequent messages which can po… enumerator
59 …SP_LOGV( tag, format, ... ) if (LOG_LOCAL_LEVEL >= ESP_LOG_VERBOSE) { esp_log_write(ESP_LOG_VERBO…
/hal_espressif-3.7.0/components/log/host_test/log_test/main/
Dlog_test.cpp25 BasicLogFixture(esp_log_level_t log_level = ESP_LOG_VERBOSE) in BasicLogFixture()
54 PrintFixture(esp_log_level_t log_level = ESP_LOG_VERBOSE) : BasicLogFixture(log_level) in PrintFixture()
89 … PutcFixture(esp_log_level_t log_level = ESP_LOG_VERBOSE) : BasicLogFixture(log_level), counter(0) in PutcFixture()
132 PrintFixture fix(ESP_LOG_VERBOSE);
/hal_espressif-3.7.0/components/wpa_supplicant/include/utils/
Dwpa_debug.h30 #define MSG_MSGDUMP ESP_LOG_VERBOSE
31 #define MSG_EXCESSIVE ESP_LOG_VERBOSE
/hal_espressif-3.7.0/components/mbedtls/port/
Dmbedtls_debug.c38 level = ESP_LOG_VERBOSE; in mbedtls_esp_enable_debug_log()
/hal_espressif-3.7.0/components/esp_hw_support/include/
Desp_wake_stub.h27 #define ESP_RTC_LOGV( format, ... ) ESP_RTC_LOG(ESP_LOG_VERBOSE, RTC_LOG_FORMAT(V, format), ##__VA…
/hal_espressif-3.7.0/components/log/
DREADME.rst63 #define LOG_LOCAL_LEVEL ESP_LOG_VERBOSE
70 target_compile_definitions(${COMPONENT_LIB} PUBLIC "-DLOG_LOCAL_LEVEL=ESP_LOG_VERBOSE")
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_trace.h68 #define BLE_MESH_PRINT_V(tag, format, ...) {esp_log_write(ESP_LOG_VERBOSE, tag, LOG_FORMAT(V, form…
/hal_espressif-3.7.0/components/bt/common/include/
Dbt_common.h106 #define BT_PRINT_V(tag, format, ...) {esp_log_write(ESP_LOG_VERBOSE, tag, LOG_FORMAT(V, format), …
/hal_espressif-3.7.0/components/bt/host/bluedroid/common/include/common/
Dbt_trace.h216 …BOSE(format, ... ) {if (LOG_LOCAL_LEVEL >= ESP_LOG_VERBOSE) esp_log_write(ESP_LOG_VERBO…