/hal_espressif-latest/components/log/include/ |
D | esp_log.h | 29 …ESP_LOG_DEBUG, /*!< Extra information which is not necessary for normal use (values, pointers… enumerator 304 #define ESP_EARLY_LOGD( tag, format, ... ) ESP_LOG_EARLY_IMPL(tag, format, ESP_LOG_DEBUG, D __VA_… 314 #define ESP_EARLY_LOGD( tag, format, ... ) ESP_LOG_EARLY_IMPL(tag, format, ESP_LOG_DEBUG, D, ##__… 337 #define ESP_LOGD( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_DEBUG, tag, format __VA_OPT__(,)… 343 #define ESP_LOGD( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_DEBUG, tag, format, ##__VA_ARGS_… 394 …else if (level==ESP_LOG_DEBUG ) { esp_log_write(ESP_LOG_DEBUG, tag, LOG_FORMAT(D, format)… 402 …else if (level==ESP_LOG_DEBUG ) { esp_log_write(ESP_LOG_DEBUG, tag, LOG_SYSTEM_TIME_FORMA… 412 …else if (level==ESP_LOG_DEBUG ) { esp_log_write(ESP_LOG_DEBUG, tag, LOG_FORMAT(D, format)… 420 …else if (level==ESP_LOG_DEBUG ) { esp_log_write(ESP_LOG_DEBUG, tag, LOG_SYSTEM_TIME_FORMA… 459 #define ESP_DRAM_LOGD( tag, format, ... ) ESP_DRAM_LOG_IMPL(tag, format, ESP_LOG_DEBUG, D __VA_OP… [all …]
|
/hal_espressif-latest/components/spi_flash/sim/stubs/log/include/ |
D | esp_log.h | 32 …ESP_LOG_DEBUG, /*!< Extra information which is not necessary for normal use (values, pointers… enumerator 57 …ESP_LOGD( tag, format, ... ) if (LOG_LOCAL_LEVEL >= ESP_LOG_DEBUG) { esp_log_write(ESP_LOG_DEBU…
|
/hal_espressif-latest/components/bt/porting/transport/driver/uart/ |
D | hci_driver_uart.c | 86 ESP_LOG_BUFFER_HEXDUMP(TAG, data, tx_len, ESP_LOG_DEBUG); in hci_driver_uart_tx_task() 111 ESP_LOG_BUFFER_HEXDUMP(TAG, data, read_len, ESP_LOG_DEBUG); in hci_driver_uart_rx_task()
|
D | hci_driver_uart_dma.c | 489 ESP_LOG_BUFFER_HEXDUMP(TAG, data, length, ESP_LOG_DEBUG); in hci_driver_uart_dma_tx() 529 ESP_LOG_BUFFER_HEXDUMP(TAG, rx_data, rx_len, ESP_LOG_DEBUG); in hci_driver_uart_dma_process_task() 548 ESP_LOG_BUFFER_HEXDUMP(TAG, rx_data, rx_len, ESP_LOG_DEBUG); in hci_driver_uart_dma_process_task()
|
/hal_espressif-latest/components/esp_hw_support/include/ |
D | esp_wake_stub.h | 26 #define ESP_RTC_LOGD( format, ... ) ESP_RTC_LOG(ESP_LOG_DEBUG, RTC_LOG_FORMAT(D, format), ##__VA_A…
|
/hal_espressif-latest/components/mbedtls/port/ |
D | mbedtls_debug.c | 35 level = ESP_LOG_DEBUG; in mbedtls_esp_enable_debug_log()
|
/hal_espressif-latest/components/driver/gpio/ |
D | gpio_etm.c | 14 #define LOG_LOCAL_LEVEL ESP_LOG_DEBUG 159 esp_log_level_set(TAG, ESP_LOG_DEBUG); in gpio_new_etm_event() 203 esp_log_level_set(TAG, ESP_LOG_DEBUG); in gpio_new_etm_task()
|
/hal_espressif-latest/components/esp_hw_support/dma/ |
D | gdma_sleep_retention.c | 16 #define LOG_LOCAL_LEVEL ESP_LOG_DEBUG
|
/hal_espressif-latest/components/wpa_supplicant/include/utils/ |
D | wpa_debug.h | 29 #define MSG_DEBUG ESP_LOG_DEBUG
|
/hal_espressif-latest/components/esp_hw_support/ |
D | esp_etm.c | 14 #define LOG_LOCAL_LEVEL ESP_LOG_DEBUG 178 esp_log_level_set(TAG, ESP_LOG_DEBUG); in esp_etm_new_channel()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/ |
D | mesh_trace.h | 67 #define BLE_MESH_PRINT_D(tag, format, ...) {esp_log_write(ESP_LOG_DEBUG, tag, LOG_FORMAT(D, form…
|
/hal_espressif-latest/components/log/host_test/log_test/main/ |
D | log_test.cpp | 141 PrintFixture fix(ESP_LOG_DEBUG);
|
/hal_espressif-latest/components/bt/common/include/ |
D | bt_common.h | 137 #define BT_PRINT_D(tag, format, ...) {esp_log_write(ESP_LOG_DEBUG, tag, LOG_FORMAT(D, format), …
|
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/ |
D | bt_trace.h | 215 …BUG(format, ... ) {if (LOG_LOCAL_LEVEL >= ESP_LOG_DEBUG) esp_log_write(ESP_LOG_DEBU…
|
/hal_espressif-latest/components/driver/deprecated/ |
D | i2s_legacy.c | 20 #define LOG_LOCAL_LEVEL ESP_LOG_DEBUG 1577 esp_log_level_set(TAG, ESP_LOG_DEBUG); in i2s_driver_install()
|