Data Fields
SBL_sectionParams_t Struct Reference

Structure describes section parser parameters. More...

#include <utils/sbl/include/image_parser.h>

Data Fields

uint64_t secStrtAddr
 
uint32_t * sectionPtr
 
uint32_t secLen
 
uint32_t writtenLen
 
SBL_SECTION_STATE secState
 

Detailed Description

Structure describes section parser parameters.

Field Documentation

uint32_t SBL_sectionParams_t::secLen

section length.

SBL_SECTION_STATE SBL_sectionParams_t::secState

section parser state.

uint64_t SBL_sectionParams_t::secStrtAddr

section start address.

uint32_t* SBL_sectionParams_t::sectionPtr

section current address.

uint32_t SBL_sectionParams_t::writtenLen

Length of the section written.


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

Copyright 2019, Texas Instruments Incorporated