Common Interface definition for TimerAlarmRepeating.
More...
#include <AudioTimer.h>
|
| TimerAlarmRepeating ()=default |
| Default constructor.
|
|
| TimerAlarmRepeating (TimerAlarmRepeatingDriverBase &timer) |
| Construct a new Timer Alarm Repeating object by passing your object which has been customized with some special platform specific parameters. More...
|
|
bool | begin (repeating_timer_callback_t callback_f, uint32_t time, TimeUnit unit=MS) |
|
void * | callbackParameter () |
|
TimerAlarmRepeatingDriverBase * | driver () |
| Provides access to the driver.
|
|
bool | end () |
|
| operator bool () |
| Returns true if the timer is active.
|
|
void | setCallbackParameter (void *obj) |
|
void | setIsSave (bool is_save) |
|
virtual void | setTimer (int timer) |
|
virtual void | setTimerFunction (TimerFunction function=DirectTimerCallback) |
|
Common Interface definition for TimerAlarmRepeating.
◆ TimerAlarmRepeating()
Construct a new Timer Alarm Repeating object by passing your object which has been customized with some special platform specific parameters.
- Parameters
-
The documentation for this class was generated from the following file: