Uso de RTOS
Data Fields
os_tcb Struct Reference
Collaboration diagram for os_tcb:
Collaboration graph
[legend]

Data Fields

OS_STKOSTCBStkPtr
 
struct os_tcbOSTCBNext
 
struct os_tcbOSTCBPrev
 
INT16U OSTCBDly
 
INT8U OSTCBStat
 
INT8U OSTCBPrio
 
INT8U OSTCBX
 
INT8U OSTCBY
 
INT8U OSTCBBitX
 
INT8U OSTCBBitY
 

Field Documentation

◆ OSTCBBitX

INT8U OSTCBBitX

Bit mask to access bit position in ready table

◆ OSTCBBitY

INT8U OSTCBBitY

Bit mask to access bit position in ready group

◆ OSTCBDly

INT16U OSTCBDly

Nbr ticks to delay task or, timeout waiting for event

◆ OSTCBNext

struct os_tcb* OSTCBNext

Pointer to next TCB in the TCB list

◆ OSTCBPrev

struct os_tcb* OSTCBPrev

Pointer to previous TCB in the TCB list

◆ OSTCBPrio

INT8U OSTCBPrio

Task priority (0 == highest, 63 == lowest)

◆ OSTCBStat

INT8U OSTCBStat

Task status

◆ OSTCBStkPtr

OS_STK* OSTCBStkPtr

Pointer to current top of stack

◆ OSTCBX

INT8U OSTCBX

Bit position in group corresponding to task priority (0..7)

◆ OSTCBY

INT8U OSTCBY

Index into ready table corresponding to task priority


The documentation for this struct was generated from the following file: