|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include "los_typedef.h"

结构体 | |
| struct | tagRunstopParam |
类型定义 | |
| typedef void(* | RUNSTOP_CALLBACK_FUNC) (void) |
| Define the type of a runstop callback function. | |
| typedef INT32(* | FLASH_READ_FUNC) (void *memAddr, size_t start, size_t size) |
| Define the type of a flash-reading function. | |
| typedef INT32(* | FLASH_WRITE_FUNC) (void *memAddr, size_t start, size_t size) |
| Define the type of a flash-writing function. | |
| typedef struct tagRunstopParam | RUNSTOP_PARAM_S |
函数 | |
| void | LOS_MakeImage (const RUNSTOP_PARAM_S *runstopParam) |
| Store the memory image on a flash. | |