Searched refs:ESP_LOG_VERBOSE (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-3.7.0/components/log/include/ |
D | esp_log.h | 30 …ESP_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/ |
D | esp_log.h | 33 …ESP_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/ |
D | log_test.cpp | 25 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/ |
D | wpa_debug.h | 30 #define MSG_MSGDUMP ESP_LOG_VERBOSE 31 #define MSG_EXCESSIVE ESP_LOG_VERBOSE
|
/hal_espressif-3.7.0/components/mbedtls/port/ |
D | mbedtls_debug.c | 38 level = ESP_LOG_VERBOSE; in mbedtls_esp_enable_debug_log()
|
/hal_espressif-3.7.0/components/esp_hw_support/include/ |
D | esp_wake_stub.h | 27 #define ESP_RTC_LOGV( format, ... ) ESP_RTC_LOG(ESP_LOG_VERBOSE, RTC_LOG_FORMAT(V, format), ##__VA…
|
/hal_espressif-3.7.0/components/log/ |
D | README.rst | 63 #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/ |
D | mesh_trace.h | 68 #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/ |
D | bt_common.h | 106 #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/ |
D | bt_trace.h | 216 …BOSE(format, ... ) {if (LOG_LOCAL_LEVEL >= ESP_LOG_VERBOSE) esp_log_write(ESP_LOG_VERBO…
|