Structure to store image header - All members are little endian.
More...
Structure to store image header - All members are little endian.
Definition at line 51 of file hdr.h.
#include <hdr.h>
|
uint32_t | magic_number |
| Header magic number (always "RIOT")
|
|
uint32_t | version |
| Integer representing the partition version
|
|
uint32_t | start_addr |
| Address after the allocated space for the header.
|
|
uint32_t | chksum |
| Checksum of riotboot_hdr
|
|
◆ chksum
uint32_t riotboot_hdr_t::chksum |
Checksum of riotboot_hdr
Definition at line 55 of file hdr.h.
◆ magic_number
uint32_t riotboot_hdr_t::magic_number |
Header magic number (always "RIOT")
Definition at line 52 of file hdr.h.
◆ start_addr
uint32_t riotboot_hdr_t::start_addr |
Address after the allocated space for the header.
Definition at line 54 of file hdr.h.
◆ version
uint32_t riotboot_hdr_t::version |
Integer representing the partition version
Definition at line 53 of file hdr.h.
The documentation for this struct was generated from the following file:
- sys/include/riotboot/hdr.h