UBaseType_tuxCoreAffinityMask;/*< Used to link the task to certain cores. UBaseType_t must have >= the same number of bits as SMP confNUM_CORES */
#endif
ListItem_txStateListItem;/*< The list that the state list item of a task is reference from denotes the state of that task (Ready, Blocked, Suspended ). */
ListItem_txStateListItem;/*< The list that the state list item of a task is reference from denotes the state of that task (Ready, Blocked, Suspended ). */
ListItem_txEventListItem;/*< Used to reference a task from an event list. */
ListItem_txEventListItem;/*< Used to reference a task from an event list. */
UBaseType_tuxPriority;/*< The priority of the task. 0 is the lowest priority. */
UBaseType_tuxPriority;/*< The priority of the task. 0 is the lowest priority. */
@ -254,10 +258,6 @@ typedef struct tskTaskControlBlock /* The old naming convention is used to
BaseType_txPreemptionDisable;/*< Used to prevent the task from being preempted */
BaseType_txPreemptionDisable;/*< Used to prevent the task from being preempted */