WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
tagTskInfo结构体 参考

#include <los_task.h>

tagTskInfo 的协作图:

成员变量

CHAR acName [32]
 
UINT32 uwTaskID
 
UINT16 usTaskStatus
 
UINT16 usTaskPrio
 
void * pTaskSem
 
void * pTaskMux
 
EVENT_CB_S uwEvent
 
UINT32 uwEventMask
 
UINT32 uwStackSize
 
UINTPTR uwTopOfStack
 
UINTPTR uwBottomOfStack
 
UINTPTR uwSP
 
UINT32 uwCurrUsed
 
UINT32 uwPeakUsed
 
BOOL bOvf
 

详细描述

Task information structure.

结构体成员变量说明

◆ acName

CHAR tagTskInfo::acName[32]

Task name, the default value of LOS_TASK_NAMELEN is 32

◆ bOvf

BOOL tagTskInfo::bOvf

Flag that indicates whether a task stack overflow occurs or not

◆ pTaskMux

void* tagTskInfo::pTaskMux

Mutex pointer

◆ pTaskSem

void* tagTskInfo::pTaskSem

Semaphore pointer

◆ usTaskPrio

UINT16 tagTskInfo::usTaskPrio

Task priority

◆ usTaskStatus

UINT16 tagTskInfo::usTaskStatus

Task status

◆ uwBottomOfStack

UINTPTR tagTskInfo::uwBottomOfStack

Task stack bottom

◆ uwCurrUsed

UINT32 tagTskInfo::uwCurrUsed

Current task stack usage

◆ uwEvent

EVENT_CB_S tagTskInfo::uwEvent

◆ uwEventMask

UINT32 tagTskInfo::uwEventMask

Event mask

◆ uwPeakUsed

UINT32 tagTskInfo::uwPeakUsed

Task stack usage peak

◆ uwSP

UINTPTR tagTskInfo::uwSP

Task SP pointer

◆ uwStackSize

UINT32 tagTskInfo::uwStackSize

Task stack size

◆ uwTaskID

UINT32 tagTskInfo::uwTaskID

Task ID

◆ uwTopOfStack

UINTPTR tagTskInfo::uwTopOfStack

Task stack top


该结构体的文档由以下文件生成: