Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/include/zephyr/dfu/
Dflash_img.h75 size_t flash_img_bytes_written(struct flash_img_context *ctx);
/Zephyr-Core-3.6.0/subsys/dfu/img_util/
Dflash_img.c73 size_t flash_img_bytes_written(struct flash_img_context *ctx) in flash_img_bytes_written() function
/Zephyr-Core-3.6.0/tests/subsys/dfu/img_util/src/
Dmain.c80 zassert(flash_img_bytes_written(&ctx) == 0, "pass", "fail"); in ZTEST()
/Zephyr-Core-3.6.0/modules/canopennode/
Dcanopen_program.c125 ctx.total != flash_img_bytes_written(&ctx.flash_img_ctx)) { in canopen_odf_1f50()
/Zephyr-Core-3.6.0/subsys/usb/device/class/dfu/
Dusb_dfu.c406 LOG_DBG("bytes written 0x%x", flash_img_bytes_written(&dfu_data.ctx)); in dfu_flash_write()
/Zephyr-Core-3.6.0/subsys/mgmt/hawkbit/
Dhawkbit.c772 hb_context.dl.downloaded_size = flash_img_bytes_written(&hb_context.flash_ctx); in response_cb()
/Zephyr-Core-3.6.0/doc/releases/
Drelease-notes-2.4.rst1448 * :github:`26150` - storage/stream: flash_img_bytes_written() might returns more than number of pay…