![]() |
µGFX
2.9
version 2.9
|
#include "../../gfx.h"
Go to the source code of this file.
Data Structures | |
struct | GTimer_t |
A GTimer structure. More... | |
Functions | |
void | gtimerInit (GTimer *pt) |
Initialise a timer. More... | |
void | gtimerDeinit (GTimer *pt) |
Deinitialise a timer. More... | |
void | gtimerStart (GTimer *pt, GTimerFunction fn, void *param, gBool periodic, gDelay millisec) |
Set a timer going or alter its properties if it is already going. More... | |
void | gtimerStop (GTimer *pt) |
Stop a timer (periodic or otherwise) More... | |
gBool | gtimerIsActive (GTimer *pt) |
Test if a timer is currently active. More... | |
void | gtimerJab (GTimer *pt) |
Jab a timer causing the current period to immediate expire. More... | |
void | gtimerJabI (GTimer *pt) |
Jab a timer causing the current period to immediate expire. More... | |
Typedefs | |
typedef struct GTimer_t | GTimer |
A GTimer structure. More... | |