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

#include <list.h>

Public Attributes

configLIST_VOLATILE TickType_t xItemValue
 
struct xLIST_ITEM
*configLIST_VOLATILE 
pxNext
 
struct xLIST_ITEM
*configLIST_VOLATILE 
pxPrevious
 
void * pvOwner
 
void *configLIST_VOLATILE pvContainer
 

Detailed Description

Definition at line 136 of file list.h.

Member Data Documentation

void* configLIST_VOLATILE xLIST_ITEM::pvContainer

Definition at line 142 of file list.h.

void* xLIST_ITEM::pvOwner

Definition at line 141 of file list.h.

struct xLIST_ITEM* configLIST_VOLATILE xLIST_ITEM::pxNext

Definition at line 139 of file list.h.

struct xLIST_ITEM* configLIST_VOLATILE xLIST_ITEM::pxPrevious

Definition at line 140 of file list.h.

configLIST_VOLATILE TickType_t xLIST_ITEM::xItemValue

Definition at line 138 of file list.h.


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