1 Star 0 Fork 4.9K

famoustang / docs

forked from OpenHarmony / docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
OsalFirmware.md 2.34 KB
一键复制 编辑 原始数据 按行查看 历史
wenjun 提交于 2020-09-08 10:08 . add OpenHarmony 1.0 baseline

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

uint32_t OsalFirmware::fwSize

Description:

Firmware file size, which is returned by calling OsalRequestFirmware.

para

void* OsalFirmware::para

Description:

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

1
https://gitee.com/famoustang/docs.git
git@gitee.com:famoustang/docs.git
famoustang
docs
docs
master

搜索帮助