Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/espcoredump/src/
Dcore_dump_flash.c50 static core_dump_flash_config_t s_core_flash_config; variable
69 if (esp_flash_encryption_enabled() && s_core_flash_config.partition.encrypted) { in esp_core_dump_flash_custom_write()
80 …return esp_rom_crc32_le(0, (uint8_t const *)&s_core_flash_config.partition, sizeof(s_core_flash_co… in esp_core_dump_calc_flash_config_crc()
95 s_core_flash_config.partition.start = core_part->address; in esp_core_dump_flash_init()
96 s_core_flash_config.partition.size = core_part->size; in esp_core_dump_flash_init()
97 s_core_flash_config.partition.encrypted = core_part->encrypted; in esp_core_dump_flash_init()
98 s_core_flash_config.partition_config_crc = esp_core_dump_calc_flash_config_crc(); in esp_core_dump_flash_init()
109 ESP_COREDUMP_ASSERT((wr_data->off + data_size) < s_core_flash_config.partition.size); in esp_core_dump_flash_write_data()
126 … err = esp_core_dump_flash_custom_write(s_core_flash_config.partition.start + wr_data->off, in esp_core_dump_flash_write_data()
168 …err = esp_core_dump_flash_custom_write(s_core_flash_config.partition.start + wr_data->off, data + … in esp_core_dump_flash_write_data()
[all …]