Searched refs:flash_img_bytes_written (Results 1 – 8 of 8) sorted by relevance
75 size_t flash_img_bytes_written(struct flash_img_context *ctx);
124 flash_img_bytes_written(&data->fi_ctx), block, size); in dfu_flash_write()
80 zassert(flash_img_bytes_written(&ctx) == 0, "pass", "fail"); in ZTEST()
138 size_t flash_img_bytes_written(struct flash_img_context *ctx) in flash_img_bytes_written() function
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()
975 hb_context->dl.downloaded_size = flash_img_bytes_written(&hb_context->flash_ctx); in response_download_cb()1113 hb_context->dl.downloaded_size = flash_img_bytes_written(&hb_context->flash_ctx); in send_request()
1448 * :github:`26150` - storage/stream: flash_img_bytes_written() might returns more than number of pay…