|
Argon RTOS
1.3.0
Tiny embedded real-time kernel
|
This is the complete list of members for Ar::Timer, including all inherited members.
| callback_t typedef | Ar::Timer | |
| getDelay() const | Ar::Timer | inline |
| getName() const | Ar::Timer | inline |
| init(const char *name, callback_t callback, void *param, ar_timer_mode_t timerMode, uint32_t delay) | Ar::Timer | |
| isActive() const | Ar::Timer | inline |
| m_activeNode | ar_timer_t | |
| m_callback | ar_timer_t | |
| m_delay | ar_timer_t | |
| m_isActive | ar_timer_t | |
| m_isRunning | ar_timer_t | |
| m_mode | ar_timer_t | |
| m_name | ar_timer_t | |
| m_param | ar_timer_t | |
| m_runLoop | ar_timer_t | |
| m_userCallback | Ar::Timer | protected |
| m_wakeupTime | ar_timer_t | |
| setDelay(uint32_t delay) | Ar::Timer | inline |
| start() | Ar::Timer | inline |
| stop() | Ar::Timer | inline |
| Timer() | Ar::Timer | inline |
| Timer(const char *name, callback_t callback, void *param, ar_timer_mode_t timerMode, uint32_t delay) | Ar::Timer | inline |
| timer_wrapper(ar_timer_t *timer, void *arg) | Ar::Timer | protectedstatic |
| ~Timer() | Ar::Timer | inline |