Home
last modified time | relevance | path

Searched refs:ESP_DRAM_LOGE (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/spi_flash/
Desp_flash_api.c939ESP_DRAM_LOGE(TAG, "failed to read flash to verify if setting zero to one, err: 0x%x", err); in s_check_setting_zero_to_one()
982 ESP_DRAM_LOGE(TAG, "failed to read flash to verify previous write, err: 0x%x", err); in s_verify_write()
989ESP_DRAM_LOGE(TAG, "Bad write at %d offset: 0x%x, expected: 0x%08x, readback: 0x%08x", r, verify_a… in s_verify_write()
1120 ESP_DRAM_LOGE(TAG, "restore cache fail\n"); in esp_flash_write()
1239 ESP_DRAM_LOGE(TAG, "flash encrypted write address must be 16 bytes aligned"); in esp_flash_write_encrypted()
1248 ESP_DRAM_LOGE(TAG, "flash encrypted write length must be multiple of 16"); in esp_flash_write_encrypted()
1296 ESP_DRAM_LOGE(TAG, "flash acquire lock failed"); in esp_flash_write_encrypted()
1412 ESP_DRAM_LOGE(TAG, "restore cache fail\n"); in esp_flash_write_encrypted()
/hal_espressif-latest/components/log/include/
Desp_log.h453 #define ESP_DRAM_LOGE( tag, format, ... ) ESP_DRAM_LOG_IMPL(tag, format, ESP_LOG_ERROR, E __VA_OP… macro
463 #define ESP_DRAM_LOGE( tag, format, ... ) ESP_DRAM_LOG_IMPL(tag, format, ESP_LOG_ERROR, E, ##__VA… macro
/hal_espressif-latest/components/log/
DREADME.rst51 There are also ``ESP_DRAM_LOGx`` versions for each of these macros, e.g. :c:macro:`ESP_DRAM_LOGE`. …
/hal_espressif-latest/components/driver/deprecated/
Drmt_legacy.c821 ESP_DRAM_LOGE(TAG, "RMT RX BUFFER FULL"); in rmt_driver_isr_default()
824 ESP_DRAM_LOGE(TAG, "RMT RX BUFFER ERROR"); in rmt_driver_isr_default()
859 ESP_DRAM_LOGE(TAG, "---RX buffer too small: %d", sizeof(p_rmt->rx_item_buf)); in rmt_driver_isr_default()