Home
last modified time | relevance | path

Searched refs:ESP_DRAM_LOGV (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
Dcache_err_int.c47 ESP_DRAM_LOGV(TAG, "illegal error intr clr & ena mask is: 0x%x", CACHE_LL_L1_ILG_EVENT_MASK); in esp_cache_err_int_init()
57ESP_DRAM_LOGV(TAG, "core 0 access error intr clr & ena mask is: 0x%x", CACHE_LL_L1_ACCESS_EVENT_MA… in esp_cache_err_int_init()
65ESP_DRAM_LOGV(TAG, "core 1 access error intr clr & ena mask is: 0x%x", CACHE_LL_L1_ACCESS_EVENT_MA… in esp_cache_err_int_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32c2/
Dcache_err_int.c59 ESP_DRAM_LOGV(TAG, "access error intr clr & ena mask is: 0x%x", CACHE_LL_L1_ACCESS_EVENT_MASK); in esp_cache_err_int_init()
67 ESP_DRAM_LOGV(TAG, "illegal error intr clr & ena mask is: 0x%x", CACHE_LL_L1_ILG_EVENT_MASK); in esp_cache_err_int_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32c3/
Dcache_err_int.c59 ESP_DRAM_LOGV(TAG, "access error intr clr & ena mask is: 0x%x", CACHE_LL_L1_ACCESS_EVENT_MASK); in esp_cache_err_int_init()
67 ESP_DRAM_LOGV(TAG, "illegal error intr clr & ena mask is: 0x%x", CACHE_LL_L1_ILG_EVENT_MASK); in esp_cache_err_int_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32c6/
Dcache_err_int.c45 ESP_DRAM_LOGV(TAG, "access error intr clr & ena mask is: 0x%x", CACHE_LL_L1_ACCESS_EVENT_MASK); in esp_cache_err_int_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32h2/
Dcache_err_int.c45 ESP_DRAM_LOGV(TAG, "access error intr clr & ena mask is: 0x%x", CACHE_LL_L1_ACCESS_EVENT_MASK); in esp_cache_err_int_init()
/hal_espressif-latest/components/esp_psram/
Dmmu_psram_flash.c175ESP_DRAM_LOGV("mmu_psram", "Instructions from flash page%d copy to SPIRAM page%d, Offset: %d", ins… in instruction_flash_page_info_init()
228ESP_DRAM_LOGV("mmu_psram", "Rodata from flash page%d copy to SPIRAM page%d, Offset: %d", rodata_st… in rodata_flash_page_info_init()
/hal_espressif-latest/components/log/include/
Desp_log.h461 #define ESP_DRAM_LOGV( tag, format, ... ) ESP_DRAM_LOG_IMPL(tag, format, ESP_LOG_VERBOSE, V __VA_OP… macro
471 #define ESP_DRAM_LOGV( tag, format, ... ) ESP_DRAM_LOG_IMPL(tag, format, ESP_LOG_VERBOSE, V, ##__VA… macro
/hal_espressif-latest/components/driver/spi/
Dspi_bus_lock.c696 ESP_DRAM_LOGV(TAG, "SPI dev changed from %d to %d", in spi_bus_lock_touch()
720 ESP_DRAM_LOGV(TAG, "dev %d acquired.", dev_lock_get_id(dev_handle)); in spi_bus_lock_acquire_start()