Definition at line 35 of file timer.c.
Data Fields | |
void(* | cb )(void *ctx) |
void * | ctx |
U32 | expire_at_tick |
Bool | expired |
U32 | tick |
U8 | type |
void(* timeout_t::cb)(void *ctx) |
Referenced by timer_poll(), and timer_sched_timeout_cb().
void* timeout_t::ctx |
Bool timeout_t::expired |
Definition at line 38 of file timer.c.
Referenced by timer_cancel_timeout(), timer_init(), timer_poll(), and timer_sched_timeout().
U32 timeout_t::tick |