#include <TimerCPP.h>
|
| TimerMember (char const *name_, T *obj_, void(T::*func_)(), TickType_t period_, UBaseType_t 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 () |
|
◆ TimerMember()
template<class T >
TimerMember< T >::TimerMember |
( |
char const * | name_, |
|
|
T * | obj_, |
|
|
void(T::* | func_ )(), |
|
|
TickType_t | period_, |
|
|
UBaseType_t | 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()
◆ timerClassCallback()
static void TimerClass::timerClassCallback |
( |
TimerHandle_t | timerHandle | ) |
|
|
inlinestaticprivateinherited |
◆ func
◆ obj
◆ timerHandle
TimerHandle_t Timer::timerHandle |
|
protectedinherited |
The documentation for this class was generated from the following file: