Searched refs:ESP_DRAM_LOGV (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/ |
D | cache_err_int.c | 47 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() 57 …ESP_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() 65 …ESP_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/ |
D | cache_err_int.c | 59 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/ |
D | cache_err_int.c | 59 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/ |
D | cache_err_int.c | 45 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/ |
D | cache_err_int.c | 45 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/ |
D | mmu_psram_flash.c | 175 …ESP_DRAM_LOGV("mmu_psram", "Instructions from flash page%d copy to SPIRAM page%d, Offset: %d", ins… in instruction_flash_page_info_init() 228 …ESP_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/ |
D | esp_log.h | 461 #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/ |
D | spi_bus_lock.c | 696 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()
|