Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mcuboot_img_sem_ver Struct Reference

MCUboot image header representation for image version. More...

#include <mcuboot.h>

Data Fields

uint8_t major
 
uint8_t minor
 
uint16_t revision
 
uint32_t build_num
 

Detailed Description

MCUboot image header representation for image version.

The header for an MCUboot firmware image contains an embedded version number, in semantic versioning format. This structure represents the information it contains.

Field Documentation

◆ build_num

uint32_t mcuboot_img_sem_ver::build_num

◆ major

uint8_t mcuboot_img_sem_ver::major

◆ minor

uint8_t mcuboot_img_sem_ver::minor

◆ revision

uint16_t mcuboot_img_sem_ver::revision

The documentation for this struct was generated from the following file: