CallbackTimer.h File Reference
#include "Interrupts.h"
#include "NanoTime.h"
Include dependency graph for CallbackTimer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CallbackTimerApi< ApiDef >
 Callback timer API class template. More...
 
class  CallbackTimer< TimerApi >
 Callback timer class template. More...
 

Typedefs

using TimerCallback = void(*)(void *arg)
 Interrupt-compatible C callback function pointer. More...
 
using TimerDelegate = Delegate< void()>
 Delegate callback. More...