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
xTASK_PARAMETERS Struct Reference

#include <task.h>

Public Attributes

TaskFunction_t pvTaskCode
 
const char *const pcName
 
uint16_t usStackDepth
 
void * pvParameters
 
UBaseType_t uxPriority
 
StackType_tpuxStackBuffer
 
MemoryRegion_t xRegions [portNUM_CONFIGURABLE_REGIONS]
 

Detailed Description

Definition at line 139 of file task.h.

Member Data Documentation

const char* const xTASK_PARAMETERS::pcName

Definition at line 142 of file task.h.

StackType_t* xTASK_PARAMETERS::puxStackBuffer

Definition at line 146 of file task.h.

void* xTASK_PARAMETERS::pvParameters

Definition at line 144 of file task.h.

TaskFunction_t xTASK_PARAMETERS::pvTaskCode

Definition at line 141 of file task.h.

uint16_t xTASK_PARAMETERS::usStackDepth

Definition at line 143 of file task.h.

UBaseType_t xTASK_PARAMETERS::uxPriority

Definition at line 145 of file task.h.

MemoryRegion_t xTASK_PARAMETERS::xRegions[portNUM_CONFIGURABLE_REGIONS]

Definition at line 147 of file task.h.


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