| 
    Zephyr Project API
    3.3.0
    
   A Scalable Open Source RTOS 
   | 
 
Model for the MCUboot image header as of version 1. More...
#include <mcuboot.h>
Data Fields | |
| uint32_t | image_size | 
| struct mcuboot_img_sem_ver | sem_ver | 
Model for the MCUboot image header as of version 1.
This represents the data present in the image header, in version 1 of the header format.
Some information present in the header but not currently relevant to applications is omitted.
| uint32_t mcuboot_img_header_v1::image_size | 
The size of the image, in bytes.
| struct mcuboot_img_sem_ver mcuboot_img_header_v1::sem_ver | 
The image version.