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

宏定义 | |
| #define | USED_ATTR __attribute__((used)) |
| #define | layer_initcall(func, layer, clayer, priority) |
| #define | layer_initcall_def(func, layer, clayer) layer_initcall(func, layer, clayer, 0) |
| #define | app_run(func) layer_initcall_def(func, run, "app_run") |
| Identifies the entry for initializing and starting a system running phase. | |
类型定义 | |
| typedef void(* | init_call_t) (void) |
函数 | |
| void | app_tasks_init (void) |
| 初始化APP Manager。 | |
| void | system_init (void) |
| 使用芯片配置生成的代码进行系统初始化。 | |