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

宏定义 | |
| #define | BEFORE_SCATTER 0 |
| #define | AFTER_SCATTER 1 |
| #define | NO_SCATTER 2 |
函数 | |
| INT32 | LOS_CppSystemInit (UINTPTR initArrayStart, UINTPTR initArrayEnd, INT32 flag) |
| System cppsupport initialization. | |
| #define AFTER_SCATTER 1 |
If LOS_CppSystemInit() is called in the second stage of scatter load, this flag should be passed as the third parameter.
| #define BEFORE_SCATTER 0 |
If LOS_CppSystemInit() is called in the first stage of scatter load, this flag should be passed as the third parameter.
| #define NO_SCATTER 2 |
If scatter load is disabled, this flag should be passed as the third parameter when LOS_CppSystemInit() is called.
System cppsupport initialization.
| initArrayStart | [IN] Start address of init_array section. |
| initArrayEnd | [IN] End address of init_array section. |
| flag | [IN] The flag indicating when LOS_CppSystemInit() is called, BEFORE_SCATTER, AFTER_SCATTER or NO_SCATTER. |
| LOS_OK | Initialization succeeded. |
| LOS_NOK | The entered parameter is incorrect, initialization failed. |