BootloaderParserContext Struct Reference

Description

Context used by bootloader image parser to store parser state.

Definition at line 24 of file btl_parse.h .

#include < btl_parse.h >

Data Fields

ImageProperties_t imageProperties
Properties of the image being parsed.
ParserContext_t parserContext
Context information for the image parser.
DecryptContext_t decryptContext
Decryption context information for the image parser.
AuthContext_t authContext
Authentication context information for the image parser.
uint32_t slotId
Slot ID to try and parse an image from.
uint32_t slotSize
Size of storage slot.
uint32_t slotOffset
Offset into storage slot.
int32_t errorCode
Error code returned by the image parser.

The documentation for this struct was generated from the following file:
  • btl_parse.h