#include <TimerCPP.h>
◆ TimerMember()
◆ active()
bool FreeRTOScpp::Timer::active |
( |
| ) |
|
|
inlineinherited |
◆ expiryTime()
TickType_t FreeRTOScpp::Timer::expiryTime |
( |
| ) |
|
|
inlineinherited |
◆ name()
const char* FreeRTOScpp::Timer::name |
( |
| ) |
|
|
inlineinherited |
◆ period() [1/4]
TickType_t FreeRTOScpp::Timer::period |
( |
| ) |
|
|
inlineinherited |
◆ period() [2/4]
bool FreeRTOScpp::Timer::period |
( |
TickType_t |
period_, |
|
|
TickType_t |
wait = portMAX_DELAY |
|
) |
| |
|
inlineinherited |
◆ period() [3/4]
bool FreeRTOScpp::Timer::period |
( |
Time_ms |
period_, |
|
|
TickType_t |
wait = portMAX_DELAY |
|
) |
| |
|
inlineinherited |
◆ period() [4/4]
◆ periodISR() [1/2]
bool FreeRTOScpp::Timer::periodISR |
( |
TickType_t |
period_, |
|
|
portBASE_TYPE & |
waswoken |
|
) |
| |
|
inlineinherited |
◆ periodISR() [2/2]
bool FreeRTOScpp::Timer::periodISR |
( |
Time_ms |
period_, |
|
|
portBASE_TYPE & |
waswoken |
|
) |
| |
|
inlineinherited |
◆ reset() [1/2]
bool FreeRTOScpp::Timer::reset |
( |
TickType_t |
wait = portMAX_DELAY | ) |
|
|
inlineinherited |
◆ reset() [2/2]
bool FreeRTOScpp::Timer::reset |
( |
Time_ms |
wait | ) |
|
|
inlineinherited |
◆ resetISR()
bool FreeRTOScpp::Timer::resetISR |
( |
portBASE_TYPE & |
waswoken | ) |
|
|
inlineinherited |
◆ start() [1/2]
bool FreeRTOScpp::Timer::start |
( |
TickType_t |
wait = portMAX_DELAY | ) |
|
|
inlineinherited |
◆ start() [2/2]
bool FreeRTOScpp::Timer::start |
( |
Time_ms |
wait | ) |
|
|
inlineinherited |
◆ startISR()
bool FreeRTOScpp::Timer::startISR |
( |
portBASE_TYPE & |
waswoken | ) |
|
|
inlineinherited |
◆ stop() [1/2]
bool FreeRTOScpp::Timer::stop |
( |
TickType_t |
wait = portMAX_DELAY | ) |
|
|
inlineinherited |
◆ stop() [2/2]
bool FreeRTOScpp::Timer::stop |
( |
Time_ms |
wait | ) |
|
|
inlineinherited |
◆ stopISR()
bool FreeRTOScpp::Timer::stopISR |
( |
portBASE_TYPE & |
waswoken | ) |
|
|
inlineinherited |
◆ timer()
◆ func
◆ obj
◆ timerHandle
TimerHandle_t FreeRTOScpp::Timer::timerHandle |
|
protectedinherited |
Referenced by FreeRTOScpp::Timer::active(), FreeRTOScpp::Timer::expiryTime(), FreeRTOScpp::Timer::name(), FreeRTOScpp::Timer::period(), FreeRTOScpp::Timer::periodISR(), FreeRTOScpp::Timer::reset(), FreeRTOScpp::Timer::resetISR(), FreeRTOScpp::Timer::start(), FreeRTOScpp::Timer::startISR(), FreeRTOScpp::Timer::stop(), FreeRTOScpp::Timer::stopISR(), and FreeRTOScpp::Timer::~Timer().
The documentation for this class was generated from the following file: