OsalFirmware

Overview

Related Modules:

OSAL

Description:

Defines the data structure for operating a firmware file.

Summary

Data Fields

Variable Name Description
fwSize uint32_t
para void *

Details

Field Documentation

fwSize


1. uint32_t OsalFirmware::fwSize

Description:

Firmware file size, which is returned by calling OsalRequestFirmware.

para


1. void* OsalFirmware::para

Description:

Pointer to a firmware file, which is returned by calling OsalRequestFirmware. You do not need to allocate space.