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
|
Public Attributes | |
int8_t * | pcHead |
int8_t * | pcTail |
int8_t * | pcWriteTo |
union { | |
int8_t * pcReadFrom | |
UBaseType_t uxRecursiveCallCount | |
} | u |
List_t | xTasksWaitingToSend |
List_t | xTasksWaitingToReceive |
volatile UBaseType_t | uxMessagesWaiting |
UBaseType_t | uxLength |
UBaseType_t | uxItemSize |
volatile BaseType_t | xRxLock |
volatile BaseType_t | xTxLock |
union { ... } QueueDefinition::u |
UBaseType_t QueueDefinition::uxItemSize |
UBaseType_t QueueDefinition::uxLength |
volatile UBaseType_t QueueDefinition::uxMessagesWaiting |
UBaseType_t QueueDefinition::uxRecursiveCallCount |
volatile BaseType_t QueueDefinition::xRxLock |
volatile BaseType_t QueueDefinition::xTxLock |