![]() |
![]() |
Structure describes image parser parameters. More...
#include <utils/sbl/include/image_parser.h>
Data Fields | |
| uint32_t | numSections |
| uint32_t | numSectionsWritten |
| uint32_t | imageSizeRead |
| uint32_t | fileSize |
| uint32_t | fileType |
| uint32_t | numAlignBytes |
| SBL_sectionParams | sectionParams |
| SBL_RPRC_PARSER_STATE | state |
| SBL_RPRC_HDR_STATE | hdrState |
Structure describes image parser parameters.
| uint32_t SBL_ImagePrms_t::fileSize |
Size of the image.
| uint32_t SBL_ImagePrms_t::fileType |
image type.
| SBL_RPRC_HDR_STATE SBL_ImagePrms_t::hdrState |
State of the RPRC Header parser.
| uint32_t SBL_ImagePrms_t::imageSizeRead |
Length of Image read in Bytes.
| uint32_t SBL_ImagePrms_t::numAlignBytes |
Number of alignment bytes.
| uint32_t SBL_ImagePrms_t::numSections |
Number of Sections .
| uint32_t SBL_ImagePrms_t::numSectionsWritten |
Number of sections written.
| SBL_sectionParams SBL_ImagePrms_t::sectionParams |
section parser parameters.
| SBL_RPRC_PARSER_STATE SBL_ImagePrms_t::state |
State of the RPRC parser.