Searched refs:flash_img_bytes_written (Results 1 – 7 of 7) sorted by relevance
75 size_t flash_img_bytes_written(struct flash_img_context *ctx);
73 size_t flash_img_bytes_written(struct flash_img_context *ctx) in flash_img_bytes_written() function
80 zassert(flash_img_bytes_written(&ctx) == 0, "pass", "fail"); in ZTEST()
125 ctx.total != flash_img_bytes_written(&ctx.flash_img_ctx)) { in canopen_odf_1f50()
406 LOG_DBG("bytes written 0x%x", flash_img_bytes_written(&dfu_data.ctx)); in dfu_flash_write()
772 hb_context.dl.downloaded_size = flash_img_bytes_written(&hb_context.flash_ctx); in response_cb()
1448 * :github:`26150` - storage/stream: flash_img_bytes_written() might returns more than number of pay…