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

函数 | |
| const CHAR * | OsTskStatusConvertStr (UINT16 taskStatus) |
| uint32_t | dfx_os_get_task_cnt (void) |
| errcode_t | dfx_os_get_all_task_info (task_info_t *inf, uint32_t info_cnt) |
| Obtains the task information.CNcomment:获取任务信息。CNend | |
| errcode_t | dfx_os_get_task_info (uint32_t taskid, task_info_t *info) |
| const char * | dfx_os_task_status_convert_str (uint16_t task_status) |
变量 | |
| unsigned int | g_taskMaxNum |
| errcode_t dfx_os_get_all_task_info | ( | task_info_t * | inf, |
| uint32_t | info_cnt | ||
| ) |
Obtains the task information.CNcomment:获取任务信息。CNend
| taskid | [IN] type #uint32_t,task ID. CNcomment:任务ID号。CNend |
| inf | [OUT] type task_info_t* ,task information.For details about the task status, see the header file los_task_pri.h. CNcomment:任务信息。任务状态具体信息请参考头文件los_task_pri.h。CNend |
| ERRCODE_SUCC | Success |
| #Other | Failure. For details, see errcode.h. |
| uint32_t dfx_os_get_task_cnt | ( | void | ) |
| errcode_t dfx_os_get_task_info | ( | uint32_t | taskid, |
| task_info_t * | info | ||
| ) |
| const char * dfx_os_task_status_convert_str | ( | uint16_t | task_status | ) |
|
extern |