Searched defs:OsalFwBlock (Results 1 – 1 of 1) sorted by relevance
63 struct OsalFwBlock { struct64 uint8_t *data; /**< Firmware content read this time. You do not need to allocate space. */65 bool endFlag; /**< Whether the firmware file is read completely */66 uint32_t dataSize; /**< Firmware block size read this time */67 int32_t curOffset; /**< Offset in the firmware file */