WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
los_runstop.h 文件参考
#include "los_typedef.h"
los_runstop.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

结构体

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.