FreeRTOS port on GAP8/RISC-V
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ListItem_t Struct Reference

Data Fields

listFIRST_LIST_ITEM_INTEGRITY_CHECK_VALUE
configLIST_VOLATILE TickType_t 
xItemValue
 
struct xLIST_ITEM
*configLIST_VOLATILE 
pxNext
 
struct xLIST_ITEM
*configLIST_VOLATILE 
pxPrevious
 
void * pvOwner
 
struct xLIST *configLIST_VOLATILE pxContainer
 

Field Documentation

void* ListItem_t::pvOwner
struct xLIST* configLIST_VOLATILE ListItem_t::pxContainer
struct xLIST_ITEM* configLIST_VOLATILE ListItem_t::pxNext
struct xLIST_ITEM* configLIST_VOLATILE ListItem_t::pxPrevious