Timer Object. More...
#include <ke_timer.h>

Data Fields | |
| struct ke_timer * | next |
| Pointer to the next timer element in the list. | |
| ke_msg_id_t | id |
| Message identifier of the timer. | |
| ke_task_id_t | task |
| Identifier of the task that programmed the timer. | |
| uint32_t | time |
| Expiration time of the timer. | |
Timer Object.
Definition at line 63 of file ke_timer.h.
1.6.1