uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
xLIST_ITEM Struct Reference

#include <list.h>

Public Attributes

portTickType xItemValue
 
struct xLIST_ITEMpxNext
 
struct xLIST_ITEMpxPrevious
 
void * pvOwner
 
void * pvContainer
 

Detailed Description

Definition at line 98 of file list.h.

Member Data Documentation

void* xLIST_ITEM::pvContainer

Definition at line 104 of file list.h.

void* xLIST_ITEM::pvOwner

Definition at line 103 of file list.h.

struct xLIST_ITEM* xLIST_ITEM::pxNext

Definition at line 101 of file list.h.

struct xLIST_ITEM* xLIST_ITEM::pxPrevious

Definition at line 102 of file list.h.

portTickType xLIST_ITEM::xItemValue

Definition at line 100 of file list.h.


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