#include <TimerCPP.h>
|
| TimerClass (char const *name_, TickType_t period_, bool reload) |
|
bool | active () |
|
TickType_t | expiryTime () |
|
const char * | name () |
|
TickType_t | period () |
|
bool | period (TickType_t period_, TickType_t wait=portMAX_DELAY) |
|
bool | periodISR (TickType_t period_, portBASE_TYPE &waswoken) |
|
bool | reset (TickType_t wait=portMAX_DELAY) |
|
bool | resetISR (portBASE_TYPE &waswoken) |
|
bool | start (TickType_t wait=portMAX_DELAY) |
|
bool | startISR (portBASE_TYPE &waswoken) |
|
bool | stop (TickType_t wait=portMAX_DELAY) |
|
bool | stopISR (portBASE_TYPE &waswoken) |
|
virtual void | timer ()=0 |
|
◆ TimerClass()
TimerClass::TimerClass |
( |
char const * | name_, |
|
|
TickType_t | period_, |
|
|
bool | reload ) |
|
inline |
◆ active()
◆ expiryTime()
TickType_t Timer::expiryTime |
( |
| ) |
|
|
inlineinherited |
◆ name()
const char * Timer::name |
( |
| ) |
|
|
inlineinherited |
◆ period() [1/2]
TickType_t Timer::period |
( |
| ) |
|
|
inlineinherited |
◆ period() [2/2]
bool Timer::period |
( |
TickType_t | period_, |
|
|
TickType_t | wait = portMAX_DELAY ) |
|
inlineinherited |
◆ periodISR()
bool Timer::periodISR |
( |
TickType_t | period_, |
|
|
portBASE_TYPE & | waswoken ) |
|
inlineinherited |
◆ reset()
bool Timer::reset |
( |
TickType_t | wait = portMAX_DELAY | ) |
|
|
inlineinherited |
◆ resetISR()
bool Timer::resetISR |
( |
portBASE_TYPE & | waswoken | ) |
|
|
inlineinherited |
◆ start()
bool Timer::start |
( |
TickType_t | wait = portMAX_DELAY | ) |
|
|
inlineinherited |
◆ startISR()
bool Timer::startISR |
( |
portBASE_TYPE & | waswoken | ) |
|
|
inlineinherited |
◆ stop()
bool Timer::stop |
( |
TickType_t | wait = portMAX_DELAY | ) |
|
|
inlineinherited |
◆ stopISR()
bool Timer::stopISR |
( |
portBASE_TYPE & | waswoken | ) |
|
|
inlineinherited |
◆ timer()
virtual void TimerClass::timer |
( |
| ) |
|
|
pure virtual |
◆ timerClassCallback()
static void TimerClass::timerClassCallback |
( |
TimerHandle_t | timerHandle | ) |
|
|
inlinestaticprivate |
◆ timerHandle
TimerHandle_t Timer::timerHandle |
|
protectedinherited |
The documentation for this class was generated from the following file: