mbed-drivers
|
#include <TimerEvent.h>
Public Member Functions | |
TimerEvent (const ticker_data_t *data) | |
virtual | ~TimerEvent () |
Static Public Member Functions | |
static void | irq (uint32_t id) |
Protected Member Functions | |
virtual void | handler ()=0 |
void | insert (timestamp_t timestamp) |
void | remove () |
Protected Attributes | |
ticker_event_t | event |
const ticker_data_t *const | _ticker_data |
Base abstraction for timer interrupts
|
virtual |
Destruction removes it...
|
static |
The handler registered with the underlying timer interrupt