Prusa MINI Firmware overview
xLIST_ITEM Struct Reference

#include <list.h>

Collaboration diagram for xLIST_ITEM:

Public Attributes

listFIRST_LIST_ITEM_INTEGRITY_CHECK_VALUE configLIST_VOLATILE TickType_t xItemValue
 
struct xLIST_ITEM *configLIST_VOLATILE pxNext
 
struct xLIST_ITEM *configLIST_VOLATILE pxPrevious
 
voidpvOwner
 
void *configLIST_VOLATILE pvContainer
 

Member Data Documentation

◆ xItemValue

◆ pxNext

struct xLIST_ITEM* configLIST_VOLATILE xLIST_ITEM::pxNext

◆ pxPrevious

struct xLIST_ITEM* configLIST_VOLATILE xLIST_ITEM::pxPrevious

◆ pvOwner

void* xLIST_ITEM::pvOwner

◆ pvContainer

void* configLIST_VOLATILE xLIST_ITEM::pvContainer