freertos_timer.hpp File Reference
#include "FreeRTOS.h"
#include "timers.h"
#include "task.h"
Include dependency graph for freertos_timer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  FreeRTOSTimer
 

Typedefs

typedef TickType_t timeMs_t
 Typedef to clarify the time in milliseconds. More...
 

Enumerations

enum  TimerType { TimerOneShot, TimerPeriodic }
 Enumeration to indicate timer type. More...
 

Typedef Documentation

Typedef to clarify the time in milliseconds.

Enumeration Type Documentation

enum TimerType

Enumeration to indicate timer type.

Enumerator
TimerOneShot 
TimerPeriodic