Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/debug/coredump/
Dcoredump_backend_flash_partition.c77 } backend_ctx; variable
121 ret = flash_area_open(FLASH_PARTITION_ID, &backend_ctx.flash_area); in partition_open()
125 backend_ctx.flash_area = NULL; in partition_open()
137 if (backend_ctx.flash_area == NULL) { in partition_close()
141 flash_area_close(backend_ctx.flash_area); in partition_close()
142 backend_ctx.flash_area = NULL; in partition_close()
176 if (backend_ctx.flash_area == NULL) { in data_read()
186 ret = flash_area_read(backend_ctx.flash_area, offset, in data_read()
230 backend_ctx.checksum += buf[i]; in cb_calc_buf_checksum()
273 backend_ctx.checksum = 0; in process_stored_dump()
[all …]