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
|
#include <task.h>
Public Attributes | |
TaskFunction_t | pvTaskCode |
const char *const | pcName |
uint16_t | usStackDepth |
void * | pvParameters |
UBaseType_t | uxPriority |
StackType_t * | puxStackBuffer |
MemoryRegion_t | xRegions [portNUM_CONFIGURABLE_REGIONS] |
StackType_t* xTASK_PARAMETERS::puxStackBuffer |
TaskFunction_t xTASK_PARAMETERS::pvTaskCode |
UBaseType_t xTASK_PARAMETERS::uxPriority |
MemoryRegion_t xTASK_PARAMETERS::xRegions[portNUM_CONFIGURABLE_REGIONS] |