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

Task information structure.
| CHAR tagTskInfo::acName[32] |
Task name, the default value of LOS_TASK_NAMELEN is 32
| BOOL tagTskInfo::bOvf |
Flag that indicates whether a task stack overflow occurs or not
| void* tagTskInfo::pTaskMux |
Mutex pointer
| void* tagTskInfo::pTaskSem |
Semaphore pointer
| UINT16 tagTskInfo::usTaskPrio |
Task priority
| UINT16 tagTskInfo::usTaskStatus |
Task status
| UINTPTR tagTskInfo::uwBottomOfStack |
Task stack bottom
| UINT32 tagTskInfo::uwCurrUsed |
Current task stack usage
| EVENT_CB_S tagTskInfo::uwEvent |
| UINT32 tagTskInfo::uwPeakUsed |
Task stack usage peak
| UINTPTR tagTskInfo::uwSP |
Task SP pointer
| UINT32 tagTskInfo::uwStackSize |
Task stack size
| UINT32 tagTskInfo::uwTaskID |
Task ID
| UINTPTR tagTskInfo::uwTopOfStack |
Task stack top