Public Attributes | List of all members
tskTaskControlBlock Struct Reference

Public Attributes

char pcTaskName [configMAX_TASK_NAME_LEN]
 
StackType_tpxStack
 
volatile StackType_tpxTopOfStack
 
UBaseType_t uxPriority
 
ListItem_t xEventListItem
 
ListItem_t xStateListItem
 

Detailed Description

Definition at line 269 of file tasks.c.

Member Data Documentation

◆ pcTaskName

char tskTaskControlBlock::pcTaskName[configMAX_TASK_NAME_LEN]

Definition at line 281 of file tasks.c.

◆ pxStack

StackType_t* tskTaskControlBlock::pxStack

Definition at line 280 of file tasks.c.

◆ pxTopOfStack

volatile StackType_t* tskTaskControlBlock::pxTopOfStack

Definition at line 271 of file tasks.c.

◆ uxPriority

UBaseType_t tskTaskControlBlock::uxPriority

Definition at line 279 of file tasks.c.

◆ xEventListItem

ListItem_t tskTaskControlBlock::xEventListItem

Definition at line 278 of file tasks.c.

◆ xStateListItem

ListItem_t tskTaskControlBlock::xStateListItem

Definition at line 277 of file tasks.c.


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


inertial_sense_ros
Author(s):
autogenerated on Sun Feb 28 2021 03:18:03