Home
last modified time | relevance | path

Searched refs:ESP_LOGV (Results 1 – 25 of 35) sorted by relevance

12

/hal_espressif-latest/components/mbedtls/port/dynamic/
Desp_mbedtls_dynamic_impl.c38 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()
281ESP_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 …]
Desp_mbedtls_dynamic_impl.h31 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/
Ddebug_stubs.c48 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/
Desp_adc_cal_common_legacy.c90 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/
Ddebug_stubs.c22 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/
Ddebug_stubs.c32 ESP_LOGV(TAG, "%s stubs %p", __func__, stub_table_addr); in esp_dbg_stubs_ll_init()
/hal_espressif-latest/components/esp_adc/deprecated/esp32s3/
Desp_adc_cal_legacy.c124ESP_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/
Desp_netif_objects.c90 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/
Dadc_cali_curve_fitting.c178ESP_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/
Dmbedtls_debug.c79 ESP_LOGV(TAG, "%s:%d %s", file, line, str); in mbedtls_esp_debug()
/hal_espressif-latest/components/log/include/
Desp_log.h338 #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/
Desp_log.h59 #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/
Dlog.h22 #define HAL_LOGV(...) ESP_LOGV(__VA_ARGS__)
/hal_espressif-latest/components/esp_adc/esp32c2/
Dadc_cali_line_fitting.c84ESP_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/
Desp_netif_loopback.c273 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/
Desp_image_format.c528 ESP_LOGV(TAG, "loading segment header %d at offset 0x%"PRIx32, i, next_addr); in process_segments()
541ESP_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/
Dspi_flash_os_func_app.c161 ESP_LOGV(TAG, "allocate temp buffer: %p (%d)", ret, read_chunk_size); in get_buffer_malloc()
/hal_espressif-latest/components/driver/spi/sdspi/
Dsdspi_transaction.c155 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/
Desp_adapter.c171 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/
Desp_adapter.c218 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/
Desp_adapter.c227 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/
Desp_adapter.c165 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/
Desp_adapter.c168 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/
Desp_adapter.c221 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/
Dlog_test.cpp135 ESP_LOGV(TEST_TAG, "verbose");

12