freertos_timer.hpp
Go to the documentation of this file.
void changePeriodFromISR(timeMs_t t)
Changes the timer's time from an ISR.
FreeRTOSTimer(TimerCallbackFunction_t pFunction, timeMs_t t, TimerType type=TimerPeriodic)
Definition: freertos_timer.hpp:39
void(* TimerCallbackFunction_t)(TimerHandle_t xTimer)
Definition: timers.h:123
Definition: freertos_timer.hpp:39
TickType_t timeMs_t
Typedef to clarify the time in milliseconds.
Definition: freertos_timer.hpp:36
bool isRunning()
Definition: freertos_timer.hpp:50