|
Zephyr Project API
3.3.0
A Scalable Open Source RTOS
|
#include <img_mgmt.h>
Data Fields | |
| unsigned long long | size |
| int | write_bytes |
| int | area_id |
| bool | proceed |
| bool | erase |
Describes what to do during processing of an upload request.
| int img_mgmt_upload_action::area_id |
The flash area to write to.
| bool img_mgmt_upload_action::erase |
Whether to erase the destination flash area.
| bool img_mgmt_upload_action::proceed |
Whether to process the request; false if offset is wrong.
| unsigned long long img_mgmt_upload_action::size |
The total size of the image.
| int img_mgmt_upload_action::write_bytes |
The number of image bytes to write to flash.