CMSIS2000
0.0.7
|
#include <uboot_image_format.h>
Data Fields | |
uint8_t | comp |
ulong | end |
ulong | image_len |
ulong | image_start |
ulong | load |
uint8_t | os |
ulong | start |
uint8_t | type |
Definition at line 200 of file uboot_image_format.h.
uint8_t image_info::comp |
Definition at line 204 of file uboot_image_format.h.
ulong image_info::end |
Definition at line 201 of file uboot_image_format.h.
ulong image_info::image_len |
Definition at line 202 of file uboot_image_format.h.
ulong image_info::image_start |
Definition at line 202 of file uboot_image_format.h.
ulong image_info::load |
Definition at line 203 of file uboot_image_format.h.
uint8_t image_info::os |
Definition at line 204 of file uboot_image_format.h.
ulong image_info::start |
Definition at line 201 of file uboot_image_format.h.
uint8_t image_info::type |
Definition at line 204 of file uboot_image_format.h.