Repeating Timer functions for repeated execution: Plaease use the typedef TimerAlarmRepeating.
More...
#include <AudioTimerMBED.h>
|
bool | begin (repeating_timer_callback_t callback_f, uint32_t time, TimeUnit unit=MS) override |
|
void * | callbackParameter () |
|
bool | end () |
|
void | setCallbackParameter (void *obj) |
|
virtual void | setIsSave (bool is_save) |
| Not used.
|
|
virtual void | setTimer (int timer) |
|
virtual void | setTimerFunction (TimerFunction function=DirectTimerCallback) |
|
|
static void | tickerCallback () |
|
|
repeating_timer_callback_t | callback |
|
void * | object = nullptr |
|
mbed::Ticker | ticker |
|
Repeating Timer functions for repeated execution: Plaease use the typedef TimerAlarmRepeating.
- Author
- Phil Schatzmann
- Copyright
- GPLv3
◆ begin()
bool begin |
( |
repeating_timer_callback_t |
callback_f, |
|
|
uint32_t |
time, |
|
|
TimeUnit |
unit = MS |
|
) |
| |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: