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

类型定义 | |
| typedef INT32(* | SCATTER_FLASH_READ_FUNC) (void *memAddr, size_t start, size_t size) |
| Define the type of a flash-reading function. | |
| typedef void(* | SCATTER_ENTRY_FUNC) (void) |
| Define the type of a scatter-loading hook function. | |
函数 | |
| void | LOS_ScatterLoad (UINTPTR imageFlashAddr, SCATTER_FLASH_READ_FUNC flashReadFunc, size_t readAlignSize) |
| Scatter-loading function | |
变量 | |
| SCATTER_ENTRY_FUNC | g_SCATTER_AFTER_FUNC |