Structure defining the properties of a timer. More...
#include <mm_timer.h>

Data Fields | |
| struct co_list_hdr | list_hdr |
| List element for chaining. | |
| cb_timer_func_ptr | cb |
| Function to be called upon timer expiry. | |
| void * | env |
| Pointer to be passed to the callback. | |
| uint32_t | time |
| Absolute expiry time. | |
Structure defining the properties of a timer.
Definition at line 47 of file mm_timer.h.
1.6.1