|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|

结构体 | |
| 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. | |
Define the type of a flash-reading function.
| memAddr | [IN] The memory starting address where to write the data reading from a certain flash. |
| start | [IN] The starting address to read data from a certain flash. |
| size | [IN] The size of data reading from a certain flash. |
| INT32 | The size of data read from flash. |
Define the type of a flash-writing function.
| memAddr | [IN] The memory starting address where to read data and be wrote to a certain flash. |
| start | [IN] The starting address of a certain flash to write data. |
| size | [IN] The size of data writing to a certain flash. |
| INT32 | The size of data write to flash. |
| typedef void(* RUNSTOP_CALLBACK_FUNC) (void) |
Define the type of a runstop callback function.
| None. |
| None. |
| typedef struct tagRunstopParam RUNSTOP_PARAM_S |
Define the structure of the parameters used for runstop.
Information of specified parameters passed in during runstop.
|
extern |
Store the memory image on a flash.
| runstopParam | [IN] Parameter which contains key information for runstop to use, including flash starting address to which the memory image is to be stored, etc. |
| None. |