/hal_espressif-latest/components/mbedtls/port/dynamic/ |
D | esp_mbedtls_dynamic_impl.c | 38 ESP_LOGV(TAG, "free buffer @ %p", temp); in esp_mbedtls_free_buf() 99 ESP_LOGV(TAG, "out msg offset is %d", out_msg_off); in init_tx_buffer() 135 ESP_LOGV(TAG, "in msg offset is %d", in_msg_off); in init_rx_buffer() 158 ESP_LOGV(TAG, "add out buffer %d bytes @ %p", len, esp_buf->buf); in esp_mbedtls_alloc_tx_buf() 219 ESP_LOGV(TAG, "add in buffer %d bytes @ %p", MBEDTLS_SSL_IN_BUFFER_LEN, esp_buf->buf); in esp_mbedtls_reset_add_rx_buffer() 247 ESP_LOGV(TAG, "--> add out"); in esp_mbedtls_add_tx_buffer() 251 ESP_LOGV(TAG, "out buffer is not empty"); in esp_mbedtls_add_tx_buffer() 271 ESP_LOGV(TAG, "add out buffer %zu bytes @ %p", buffer_len, esp_buf->buf); in esp_mbedtls_add_tx_buffer() 281 …ESP_LOGV(TAG, "ssl->MBEDTLS_PRIVATE(out_buf)=%p ssl->MBEDTLS_PRIVATE(out_msg)=%p", ssl->MBEDTLS_PR… in esp_mbedtls_add_tx_buffer() 284 ESP_LOGV(TAG, "<-- add out"); in esp_mbedtls_add_tx_buffer() [all …]
|
D | esp_mbedtls_dynamic_impl.h | 31 ESP_LOGV(TAG, "%d " _state " to do \"%s\"", __LINE__, # _fn); \ 41 ESP_LOGV(TAG, "\"%s\" result is %d", # _fn, -_ret); \
|
/hal_espressif-latest/components/esp_system/ |
D | debug_stubs.c | 48 ESP_LOGV(TAG, "%s %"PRIu32, __func__, size); in esp_dbg_stubs_data_alloc() 50 ESP_LOGV(TAG, "%s EXIT %p", __func__, p); in esp_dbg_stubs_data_alloc() 56 ESP_LOGV(TAG, "%s %p", __func__, addr); in esp_dbg_stubs_data_free()
|
/hal_espressif-latest/components/esp_adc/deprecated/ |
D | esp_adc_cal_common_legacy.c | 90 ESP_LOGV(TAG, "big coef is %llu, big term%d is %llu, coef_id is %d", coeff, i, term[i], i); in esp_adc_cal_get_reading_error() 94 ESP_LOGV(TAG, "term%d is %llu, error is %"PRId32, i, term[i], error); in esp_adc_cal_get_reading_error()
|
/hal_espressif-latest/components/esp_system/port/arch/xtensa/ |
D | debug_stubs.c | 22 ESP_LOGV(TAG, "%s stubs %"PRIx32, __func__, eri_read(ESP_DBG_STUBS_TRAX_REG)); in esp_dbg_stubs_ll_init()
|
/hal_espressif-latest/components/esp_system/port/arch/riscv/ |
D | debug_stubs.c | 32 ESP_LOGV(TAG, "%s stubs %p", __func__, stub_table_addr); in esp_dbg_stubs_ll_init()
|
/hal_espressif-latest/components/esp_adc/deprecated/esp32s3/ |
D | esp_adc_cal_legacy.c | 124 …ESP_LOGV(LOG_TAG, "Calib V1, Cal Voltage = %"PRId32", Digi out = %"PRId32", Coef_a = %"PRId32"\n",… in calculate_characterization_coefficients() 173 ESP_LOGV(LOG_TAG, "v_cali_1 is %llu", v_cali_1); in esp_adc_cal_raw_to_voltage()
|
/hal_espressif-latest/components/esp_netif/ |
D | esp_netif_objects.c | 90 ESP_LOGV(TAG, "%s %p", __func__, netif); in esp_netif_remove_from_list() 127 ESP_LOGV(TAG, "%s %p", __func__, netif); in esp_netif_next_unsafe()
|
/hal_espressif-latest/components/esp_adc/ |
D | adc_cali_curve_fitting.c | 178 …ESP_LOGV(TAG, "Calib V1, Cal Voltage = %"PRId32", Digi out = %"PRId32", Coef_a = %"PRId32"\n", par… in calc_first_step_coefficients() 208 ESP_LOGV(TAG, "big coef is %llu, big term%d is %llu, coef_id is %d", coeff, i, term[i], i); in get_reading_error() 212 ESP_LOGV(TAG, "term%d is %llu, error is %"PRId32, i, term[i], error); in get_reading_error()
|
/hal_espressif-latest/components/mbedtls/port/ |
D | mbedtls_debug.c | 79 ESP_LOGV(TAG, "%s:%d %s", file, line, str); in mbedtls_esp_debug()
|
/hal_espressif-latest/components/log/include/ |
D | esp_log.h | 338 #define ESP_LOGV( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_VERBOSE, tag, format __VA_OPT__(,)… macro 344 #define ESP_LOGV( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_VERBOSE, tag, format, ##__VA_ARGS_… macro 366 #define ESP_LOGV( tag, format, ... ) ESP_EARLY_LOGV(tag, format __VA_OPT__(,) __VA_ARGS__) macro 376 #define ESP_LOGV( tag, format, ... ) ESP_EARLY_LOGV(tag, format, ##__VA_ARGS__) macro
|
/hal_espressif-latest/components/spi_flash/sim/stubs/log/include/ |
D | esp_log.h | 59 #define ESP_LOGV( tag, format, ... ) if (LOG_LOCAL_LEVEL >= ESP_LOG_VERBOSE) { esp_log_write(ESP_L… macro
|
/hal_espressif-latest/components/hal/platform_port/include/hal/ |
D | log.h | 22 #define HAL_LOGV(...) ESP_LOGV(__VA_ARGS__)
|
/hal_espressif-latest/components/esp_adc/esp32c2/ |
D | adc_cali_line_fitting.c | 84 …ESP_LOGV(TAG, "Calib V1, Cal Voltage = %"PRId32", Digi out = %"PRId32", Coef_a = %"PRId32"\n", vol… in adc_cali_create_scheme_line_fitting()
|
/hal_espressif-latest/components/esp_netif/loopback/ |
D | esp_netif_loopback.c | 273 ESP_LOGV(TAG, "Transmitting data: ptr:%p, size:%d", data, len); in esp_netif_transmit() 279 ESP_LOGV(TAG, "Received data: ptr:%p, size:%d", buffer, len); in esp_netif_receive()
|
/hal_espressif-latest/components/bootloader_support/src/ |
D | esp_image_format.c | 528 ESP_LOGV(TAG, "loading segment header %d at offset 0x%"PRIx32, i, next_addr); in process_segments() 541 …ESP_LOGV(TAG, "image start 0x%08"PRIx32" end of last section 0x%08"PRIx32, data->start_addr, end_a… in process_segments() 568 ESP_LOGV(TAG, "segment data length 0x%"PRIx32" data starts 0x%"PRIx32, data_len, data_addr); in process_segment() 752 ESP_LOGV(TAG, "segment %d map_segment %d segment_data_offs 0x%"PRIx32" load_addr 0x%"PRIx32, in verify_segment_header()
|
/hal_espressif-latest/components/spi_flash/ |
D | spi_flash_os_func_app.c | 161 ESP_LOGV(TAG, "allocate temp buffer: %p (%d)", ret, read_chunk_size); in get_buffer_malloc()
|
/hal_espressif-latest/components/driver/spi/sdspi/ |
D | sdspi_transaction.c | 155 ESP_LOGV(TAG, "r1 = 0x%02x hw_cmd.r[0]=0x%08"PRIx32, hw_cmd.r1, hw_cmd.response[0]); in sdspi_host_do_transaction()
|
/hal_espressif-latest/components/esp_wifi/esp32c6/ |
D | esp_adapter.c | 171 ESP_LOGV(TAG, "thread sem create: sem=%p", sem); in wifi_thread_semphr_get_wrapper() 175 ESP_LOGV(TAG, "thread sem get: sem=%p", sem); in wifi_thread_semphr_get_wrapper()
|
/hal_espressif-latest/components/esp_wifi/esp32s2/ |
D | esp_adapter.c | 218 ESP_LOGV(TAG, "thread sem create: sem=%p", sem); in wifi_thread_semphr_get_wrapper() 222 ESP_LOGV(TAG, "thread sem get: sem=%p", sem); in wifi_thread_semphr_get_wrapper()
|
/hal_espressif-latest/components/esp_wifi/esp32/ |
D | esp_adapter.c | 227 ESP_LOGV(TAG, "thread sem create: sem=%p", sem); in wifi_thread_semphr_get_wrapper() 231 ESP_LOGV(TAG, "thread sem get: sem=%p", sem); in wifi_thread_semphr_get_wrapper()
|
/hal_espressif-latest/components/esp_wifi/esp32c2/ |
D | esp_adapter.c | 165 ESP_LOGV(TAG, "thread sem create: sem=%p", sem); in wifi_thread_semphr_get_wrapper() 169 ESP_LOGV(TAG, "thread sem get: sem=%p", sem); in wifi_thread_semphr_get_wrapper()
|
/hal_espressif-latest/components/esp_wifi/esp32c3/ |
D | esp_adapter.c | 168 ESP_LOGV(TAG, "thread sem create: sem=%p", sem); in wifi_thread_semphr_get_wrapper() 172 ESP_LOGV(TAG, "thread sem get: sem=%p", sem); in wifi_thread_semphr_get_wrapper()
|
/hal_espressif-latest/components/esp_wifi/esp32s3/ |
D | esp_adapter.c | 221 ESP_LOGV(TAG, "thread sem create: sem=%p", sem); in wifi_thread_semphr_get_wrapper() 225 ESP_LOGV(TAG, "thread sem get: sem=%p", sem); in wifi_thread_semphr_get_wrapper()
|
/hal_espressif-latest/components/log/host_test/log_test/main/ |
D | log_test.cpp | 135 ESP_LOGV(TEST_TAG, "verbose");
|