fasttimer.c File Reference

FastTimer. More...

Go to the source code of this file.


Functions

int FastTimer_SetActive (bool active)
 Controls the active state of the Fast Timer system.
int FastTimer_GetActive ()
 Returns whether the timer subsystem is active or not.
void FastTimer_InitializeEntry (FastTimerEntry *fastTimerEntry, void(*timerCallback)(int id), int id, int timeUs, bool repeat)
 Initializes a fast timer entry structure.
void FastTimer_SetTime (FastTimerEntry *fastTimerEntry, int timeUs)
 Change the requeted time of an entry.
int FastTimer_Set (FastTimerEntry *fastTimerEntry)
 Sets the requested entry to run.
int FastTimer_Cancel (FastTimerEntry *fastTimerEntry)
 Stops the requested fast timer entry from running.

Detailed Description

FastTimer.

Functions to use the fast timer on the Make Controller Board.

Definition in file fasttimer.c.