Home
last modified time | relevance | path

Searched refs:ESP_EARLY_LOGV (Results 1 – 20 of 20) sorted by relevance

/hal_espressif-latest/components/heap/port/
Dmemory_layout_utils.c83 ESP_EARLY_LOGV(TAG, "reserved range is %p - %p", in s_prepare_reserved_regions()
126ESP_EARLY_LOGV(TAG, "Examining memory region 0x%08x - 0x%08x", in.start, in.start + in.size); in soc_get_available_memory_regions()
141 ESP_EARLY_LOGV(TAG, "Region 0x%08x - 0x%08x inside of reserved 0x%08x - 0x%08x", in soc_get_available_memory_regions()
148 ESP_EARLY_LOGV(TAG, "Region 0x%08x - 0x%08x contains reserved 0x%08x - 0x%08x", in soc_get_available_memory_regions()
166ESP_EARLY_LOGV(TAG, "Start of region 0x%08x - 0x%08x overlaps reserved 0x%08x - 0x%08x", in soc_get_available_memory_regions()
172ESP_EARLY_LOGV(TAG, "End of region 0x%08x - 0x%08x overlaps reserved 0x%08x - 0x%08x", in soc_get_available_memory_regions()
/hal_espressif-latest/components/esp_psram/
Desp_psram.c172ESP_EARLY_LOGV(TAG, "after copy .text, used page is %d, start_page is %d, psram_available_size is … in esp_psram_init()
184ESP_EARLY_LOGV(TAG, "after copy .rodata, used page is %d, start_page is %d, psram_available_size i… in esp_psram_init()
211 ESP_EARLY_LOGV(TAG, "8bit-aligned-region: actual_mapped_len is 0x%x bytes", actual_mapped_len); in esp_psram_init()
227ESP_EARLY_LOGV(TAG, "8bit-aligned-range: 0x%x B, starting from: 0x%x", s_psram_ctx.mapped_regions[… in esp_psram_init()
251ESP_EARLY_LOGV(TAG, "32bit-aligned-region: actual_mapped_len is 0x%x bytes", actual_mapped_len); in esp_psram_init()
262ESP_EARLY_LOGV(TAG, "32bit-aligned-range: 0x%x B, starting from: 0x%x", s_psram_ctx.mapped_regions… in esp_psram_init()
279 ESP_EARLY_LOGV(TAG, "ext_bss_size is %d", ext_bss_size); in esp_psram_init()
286 ESP_EARLY_LOGV(TAG, "ext_noinit_size is %d", ext_noinit_size); in esp_psram_init()
Dmmu_psram_flash.c81 ESP_EARLY_LOGV(TAG, "after copy instruction, page_id is %d", page_id); in mmu_config_psram_text_segment()
129 ESP_EARLY_LOGV(TAG, "after copy rodata, page_id is %d", page_id); in mmu_config_psram_rodata_segment()
/hal_espressif-latest/components/efuse/esp32s2/
Desp_efuse_rtc_table.c115ESP_EARLY_LOGV(RTC_TBL_LOG_TAG, "V%d ADC%d ATTEN%d PARAM%d -> %d", version, adc_num + 1, atten, ex… in esp_efuse_rtc_table_get_tag()
140ESP_EARLY_LOGV(RTC_TBL_LOG_TAG, "Fetching raw for tag %d @blk%d bit%d len%d: %d", tag, adc_efuse_r… in esp_efuse_rtc_table_get_raw_efuse_value()
159 ESP_EARLY_LOGV(RTC_TBL_LOG_TAG, "Parsed efuse val for tag %d: %d", tag, result); in esp_efuse_rtc_table_get_parsed_efuse_value()
/hal_espressif-latest/components/efuse/esp32c2/
Desp_efuse_rtc_calib.c53ESP_EARLY_LOGV("eFuse", "adc_icode_diff_atten0: 0d%"PRId32", adc_icode_diff_atten3: 0d%"PRId32, ad… in esp_efuse_rtc_calib_get_init_code()
94ESP_EARLY_LOGV("eFuse", "adc_vol_diff_atten0: 0d%"PRId32", adc_vol_diff_atten3: 0d%"PRId32, adc_vo… in esp_efuse_rtc_calib_get_cal_voltage()
/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_utility.c852ESP_EARLY_LOGV(TAG, "rodata starts from paddr=0x%08x, vaddr=0x%08x, size=0x%x", drom_addr, drom_lo…
858 ESP_EARLY_LOGV(TAG, "rc=%d", rc);
860 ESP_EARLY_LOGV(TAG, "rc=%d", rc);
861ESP_EARLY_LOGV(TAG, "after mapping rodata, starting from paddr=0x%08x and vaddr=0x%08x, 0x%x bytes…
865ESP_EARLY_LOGV(TAG, "after mapping rodata, starting from paddr=0x%08x and vaddr=0x%08x, 0x%x bytes…
871ESP_EARLY_LOGV(TAG, "text starts from paddr=0x%08x, vaddr=0x%08x, size=0x%x", irom_addr, irom_load…
877 ESP_EARLY_LOGV(TAG, "rc=%d", rc);
880ESP_EARLY_LOGV(TAG, "after mapping text, starting from paddr=0x%08x and vaddr=0x%08x, 0x%x bytes a…
883ESP_EARLY_LOGV(TAG, "after mapping text, starting from paddr=0x%08x and vaddr=0x%08x, 0x%x bytes a…
/hal_espressif-latest/components/esp_hw_support/
Dadc_share_hw_ctrl.c69ESP_EARLY_LOGV(TAG, "Use calibrated val ADC%d atten=%d: %04X", adc_n + 1, atten, s_adc_cali_param[… in adc_calc_hw_calibration_code()
101 ESP_EARLY_LOGV(TAG, "Calib(V%d) ADC%d atten=%d: %04X", version, adc_n + 1, atten, init_code); in adc_calc_hw_calibration_code()
Dintr_alloc.c474 ESP_EARLY_LOGV(TAG, "esp_intr_alloc_intrstatus (cpu %u): checking args", esp_cpu_get_core_id()); in esp_intr_alloc_intrstatus()
507ESP_EARLY_LOGV(TAG, "esp_intr_alloc_intrstatus (cpu %u): Args okay. Resulting flags 0x%X", esp_cpu… in esp_intr_alloc_intrstatus()
752 ESP_EARLY_LOGV(TAG, in intr_free_for_current_cpu()
759 ESP_EARLY_LOGV(TAG, "esp_intr_free: Disabling int, killing handler"); in intr_free_for_current_cpu()
/hal_espressif-latest/components/esp_hw_support/port/include/
Desp_hw_log.h24 #define ESP_HW_LOGV(tag, fmt, ...) ESP_EARLY_LOGV(tag, fmt, ##__VA_ARGS__)
/hal_espressif-latest/components/log/include/
Desp_log.h306 #define ESP_EARLY_LOGV( tag, format, ... ) ESP_LOG_EARLY_IMPL(tag, format, ESP_LOG_VERBOSE, V __VA_… macro
316 #define ESP_EARLY_LOGV( tag, format, ... ) ESP_LOG_EARLY_IMPL(tag, format, ESP_LOG_VERBOSE, V, ##__… macro
366 #define ESP_LOGV( tag, format, ... ) ESP_EARLY_LOGV(tag, format __VA_OPT__(,) __VA_ARGS__)
376 #define ESP_LOGV( tag, format, ... ) ESP_EARLY_LOGV(tag, format, ##__VA_ARGS__)
/hal_espressif-latest/components/hal/platform_port/include/hal/
Dlog.h28 #define HAL_EARLY_LOGV(...) ESP_EARLY_LOGV(__VA_ARGS__)
/hal_espressif-latest/components/spi_flash/
Dmemspi_host_driver.c98 ESP_EARLY_LOGV(TAG, "raw_chip_id: %X\n", raw_flash_id); in memspi_host_read_id_hs()
107 ESP_EARLY_LOGV(TAG, "chip_id: %X\n", *id); in memspi_host_read_id_hs()
Dspi_flash_chip_mxic_opi.c115 ESP_EARLY_LOGV(chip_name, "raw_chip_id: %llx\n", id_buf); in spi_flash_chip_mxic_opi_read_id()
118 ESP_EARLY_LOGV(chip_name, "raw_chip_id: %X\n", id_buf); in spi_flash_chip_mxic_opi_read_id()
128 ESP_EARLY_LOGV(chip_name, "chip_id: %X\n", *out_chip_id); in spi_flash_chip_mxic_opi_read_id()
Dspi_flash_chip_generic.c781 ESP_EARLY_LOGV(TAG, "set_io_mode: status update 0x%x", sr_update); in spi_flash_common_set_io_mode()
/hal_espressif-latest/components/esp_mm/
Desp_mmu_map.c229 ESP_EARLY_LOGV(TAG, "after coalescing, %d regions are left", region_num); in esp_mmu_map_init()
316 ESP_EARLY_LOGV(TAG, "found laddr is 0x%x", laddr); in esp_mmu_map_reserve_block_with_caps()
410 ESP_EARLY_LOGV(TAG, "actual_mapped_len is 0x%"PRIx32, actual_mapped_len); in s_do_mapping()
/hal_espressif-latest/components/log/host_test/log_test/main/
Dlog_test.cpp247 ESP_EARLY_LOGV(TEST_TAG, "verbose");
/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dbootloader_flash.c206ESP_EARLY_LOGV(TAG, "after mapping, starting from paddr=0x%08x and vaddr=0x%08x, 0x%x bytes are ma… in bootloader_mmap()
219ESP_EARLY_LOGV(TAG, "after mapping, starting from paddr=0x%08x and vaddr=0x%08x, 0x%x bytes are ma… in bootloader_mmap()
/hal_espressif-latest/zephyr/port/bootloader/
Dbootloader_flash.c201ESP_EARLY_LOGV(TAG, "after mapping, starting from paddr=0x%08x and vaddr=0x%08x, 0x%x bytes are ma… in esp_rom_flash_mmap()
214ESP_EARLY_LOGV(TAG, "after mapping, starting from paddr=0x%08x and vaddr=0x%08x, 0x%x bytes are ma… in esp_rom_flash_mmap()
/hal_espressif-latest/components/driver/spi/
Dspi_bus_lock.c795 ESP_EARLY_LOGV(TAG, "dev %d served from bg.", dev_lock_get_id(dev_handle)); in spi_bus_lock_bg_clear_req()
/hal_espressif-latest/components/driver/uart/
Duart.c935 ESP_EARLY_LOGV(UART_TAG, "UART event queue full"); in uart_rx_intr_handler_default()
1065 ESP_EARLY_LOGV(UART_TAG, "UART event queue full"); in uart_rx_intr_handler_default()