CMSIS2000  0.0.7
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
image_header Struct Reference

#include <uboot_image_format.h>

Data Fields

uint8_t ih_arch
uint8_t ih_comp
uint32_t ih_dcrc
uint32_t ih_ep
uint32_t ih_hcrc
uint32_t ih_load
uint32_t ih_magic
uint8_t ih_name [IH_NMLEN]
uint8_t ih_os
uint32_t ih_size
uint32_t ih_time
uint8_t ih_type

Detailed Description

Definition at line 185 of file uboot_image_format.h.

Field Documentation

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().

uint8_t image_header::ih_name[IH_NMLEN]

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.


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