OsalFwBlock
Overview
Related Modules:
Description:
Defines the data structure for reading a firmware file.
This structure declares the firmware block to read each time. The firmware file can be read in split mode.
Summary
Data Fields
Details
Field Documentation
curOffset
int32_t OsalFwBlock::curOffset
Description:
Offset in the firmware file
data
uint8_t* OsalFwBlock::data
Description:
Firmware content read this time. You do not need to allocate space.
dataSize
uint32_t OsalFwBlock::dataSize
Description:
Firmware block size read this time
endFlag
bool OsalFwBlock::endFlag
Description:
Whether the firmware file is read completely