Searched defs:TimerStructure (Results 1 – 1 of 1) sorted by relevance
130 struct TimerStructure { struct131 int Type;132 int Period; /* in milliseconds */133 timeout_id_t TimerHandle;134 int (*TimerFunptr)(struct LayerPointers *);135 struct LayerPointers *pLayerPointers;