CMSIS2000
0.0.7
|
#include <uboot_image_format.h>
Definition at line 185 of file uboot_image_format.h.
uint8_t image_header::ih_arch |
Definition at line 194 of file uboot_image_format.h.
uint8_t image_header::ih_comp |
Definition at line 196 of file uboot_image_format.h.
uint32_t image_header::ih_dcrc |
Definition at line 192 of file uboot_image_format.h.
uint32_t image_header::ih_ep |
Definition at line 191 of file uboot_image_format.h.
uint32_t image_header::ih_hcrc |
Definition at line 187 of file uboot_image_format.h.
Referenced by image_check_hcrc().
uint32_t image_header::ih_load |
Definition at line 190 of file uboot_image_format.h.
uint32_t image_header::ih_magic |
Definition at line 186 of file uboot_image_format.h.
Referenced by image_check_hcrc().
Definition at line 197 of file uboot_image_format.h.
uint8_t image_header::ih_os |
Definition at line 193 of file uboot_image_format.h.
uint32_t image_header::ih_size |
Definition at line 189 of file uboot_image_format.h.
uint32_t image_header::ih_time |
Definition at line 188 of file uboot_image_format.h.
uint8_t image_header::ih_type |
Definition at line 195 of file uboot_image_format.h.