Context used by bootloader image parser to store parser state.
Context for the bootloader image parser routine.
Public Attributes#
Properties of the image being parsed.
Context information for the image parser.
Decryption context information for the image parser.
Authentication context information for the image parser.
Slot ID to try and parse an image from.
Size of storage slot.
Offset into storage slot.
Error code returned by the image parser.
Public Attribute Documentation#
imageProperties#
ImageProperties_t BootloaderParserContext_t::imageProperties
Properties of the image being parsed.
26
of file platform/bootloader/core/btl_parse.h
parserContext#
ParserContext_t BootloaderParserContext_t::parserContext
Context information for the image parser.
28
of file platform/bootloader/core/btl_parse.h
decryptContext#
DecryptContext_t BootloaderParserContext_t::decryptContext
Decryption context information for the image parser.
30
of file platform/bootloader/core/btl_parse.h
authContext#
AuthContext_t BootloaderParserContext_t::authContext
Authentication context information for the image parser.
32
of file platform/bootloader/core/btl_parse.h
slotId#
uint32_t BootloaderParserContext_t::slotId
Slot ID to try and parse an image from.
34
of file platform/bootloader/core/btl_parse.h
slotSize#
uint32_t BootloaderParserContext_t::slotSize
Size of storage slot.
36
of file platform/bootloader/core/btl_parse.h
slotOffset#
uint32_t BootloaderParserContext_t::slotOffset
Offset into storage slot.
38
of file platform/bootloader/core/btl_parse.h
errorCode#
int32_t BootloaderParserContext_t::errorCode
Error code returned by the image parser.
40
of file platform/bootloader/core/btl_parse.h