Prusa MINI Firmware overview
|
#include <list.h>
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 |
void * | pvOwner |
void *configLIST_VOLATILE | pvContainer |
listFIRST_LIST_ITEM_INTEGRITY_CHECK_VALUE configLIST_VOLATILE TickType_t xLIST_ITEM::xItemValue |
struct xLIST_ITEM* configLIST_VOLATILE xLIST_ITEM::pxNext |
struct xLIST_ITEM* configLIST_VOLATILE xLIST_ITEM::pxPrevious |
void* xLIST_ITEM::pvOwner |
void* configLIST_VOLATILE xLIST_ITEM::pvContainer |