SAM4S-EK_FreeRTOS+FAT-SL  1.0
An example project to test the functionality of FreeRTOS+FAT-SL using SD card as data storage medium
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules
tskTaskControlBlock Struct Reference

Public Attributes

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

Detailed Description

Definition at line 120 of file tasks.c.

Member Data Documentation

char tskTaskControlBlock::pcTaskName[configMAX_TASK_NAME_LEN]

Definition at line 132 of file tasks.c.

StackType_t* tskTaskControlBlock::pxStack

Definition at line 131 of file tasks.c.

volatile StackType_t* tskTaskControlBlock::pxTopOfStack

Definition at line 122 of file tasks.c.

UBaseType_t tskTaskControlBlock::uxPriority

Definition at line 130 of file tasks.c.

ListItem_t tskTaskControlBlock::xEventListItem

Definition at line 129 of file tasks.c.

ListItem_t tskTaskControlBlock::xGenericListItem

Definition at line 128 of file tasks.c.


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