![]() |
Iridescence 1.00
Embedded Graphic Framework
|
Public Member Functions | |
| void | setCallback (const lambda< void(void)> &callback) |
| void | setAutoReload (bool autoreload) |
| void | start (uint32_t period_ms) |
| void | start (void) |
| void | startFromIsr (int32_t *woken) |
| void | startFromIsr (uint32_t period_ms, int32_t *woken) |
| void | stop (void) |
| void | stopFromIsr (int32_t *woken) |
| bool | isActive (void) const |
Static Protected Member Functions | |
| static void | callbackEntry (DsTimer *timer) |
Protected Attributes | |
| void * | mHandle |
| lambda< void(void)> | mCallback |