|
TI OAD API Documentation
9.14.00
|
Macros | |
| #define | BIM_VER_OFFSET offsetof(imgHdr_t, fixedHdr.bimVer) |
| #define | BOUNDARY_SEG_OFFSET offsetof(imgHdr_t, fixedHdr.segTypeBd) |
| #define | CRC_OFFSET offsetof(imgHdr_t, fixedHdr.crc32) |
| #define | CRC_STAT_OFFSET offsetof(imgHdr_t, fixedHdr.crcStat) |
| #define | IMG_COMMIT_FLAG_OFFSET offsetof(imgHdr_t, fixedHdr.commitFlag) |
| #define | IMG_COPY_STAT_OFFSET IMG_INFO_OFFSET |
| #define | IMG_COPY_STAT_OFFSET IMG_INFO_OFFSET /* Image copy status */ |
| #define | IMG_DATA_OFFSET BIM_VER_OFFSET |
| #define | IMG_INFO_OFFSET offsetof(imgHdr_t, fixedHdr.imgCpStat) |
| #define | IMG_TYPE_OFFSET offsetof(imgHdr_t, fixedHdr.imgType) |
| #define | IMG_VALIDATION_OFFSET offsetof(imgHdr_t, fixedHdr.imgVld) |
| #define | SEG_LEN_OFFSET 4 |
| #define | SEG_LEN_OFFSET 4 /* Offset from seg header to seg len */ |
| #define BIM_VER_OFFSET offsetof(imgHdr_t, fixedHdr.bimVer) |
Offset in bytes of bimVer into the structure imgFixedHdr_t
| #define BOUNDARY_SEG_OFFSET offsetof(imgHdr_t, fixedHdr.segTypeBd) |
Offset in bytes of the boundary segment into the structure imgHdr_t
| #define CRC_OFFSET offsetof(imgHdr_t, fixedHdr.crc32) |
Offset in bytes of crc32 into the structure imgFixedHdr_t
| #define CRC_STAT_OFFSET offsetof(imgHdr_t, fixedHdr.crcStat) |
Offset in bytes of CRC status into the structure imgFixedHdr_t
| #define IMG_COMMIT_FLAG_OFFSET offsetof(imgHdr_t, fixedHdr.commitFlag) |
Offset in bytes of imgVal into the structure imgFixedHdr_t
| #define IMG_COPY_STAT_OFFSET IMG_INFO_OFFSET |
Offset in bytes of IMG_INFO_OFFSET into the structure imgFixedHdr_t
| #define IMG_COPY_STAT_OFFSET IMG_INFO_OFFSET /* Image copy status */ |
Offset in bytes of IMG_INFO_OFFSET into the structure imgFixedHdr_t
| #define IMG_DATA_OFFSET BIM_VER_OFFSET |
Offset in bytes of bimVer into the structure imgFixedHdr_t. This is the start of data after the CRC bytes
| #define IMG_INFO_OFFSET offsetof(imgHdr_t, fixedHdr.imgCpStat) |
Offset in bytes of imgCpStat into the structure imgFixedHdr_t
| #define IMG_TYPE_OFFSET offsetof(imgHdr_t, fixedHdr.imgType) |
Offset in bytes of imgType into the structure imgFixedHdr_t
| #define IMG_VALIDATION_OFFSET offsetof(imgHdr_t, fixedHdr.imgVld) |
Offset in bytes of imgVal into the structure imgFixedHdr_t
| #define SEG_LEN_OFFSET 4 |
Offset in bytes of the length field into the structure boundarySeg_t
| #define SEG_LEN_OFFSET 4 /* Offset from seg header to seg len */ |
Offset in bytes of the length field into the structure boundarySeg_t
1.8.12