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

类型定义 | |
| 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 |
| typedef void(* SCATTER_ENTRY_FUNC) (void) |
Define the type of a scatter-loading hook function.
| None. |
| None. |
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. |
|
extern |
Scatter-loading function
| imageFlashAddr | [IN] The flash starting address where the whole application image is burned. |
| flashReadFunc | [IN] An abstract function for reading data from a certain flash. |
| readAlignSize | [IN] Block align size when reading data from a certain flash. |
| None. |
|
extern |
Scatter-loading hook function