freertos_timer.hpp File Reference
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 TickType_t timeMs_t |
Typedef to clarify the time in milliseconds.
Enumeration Type Documentation
enum TimerType |