Definition at line 44 of file timer.c.
Data Fields | |
| void * | ctx |
| const U32 | MS_PER_TICK |
| volatile U32 | tick |
| void(* | tick_isr )(void *ctx) |
| struct timeout_t | timeout [8] |
| void* timer_t::ctx |
| const U32 timer_t::MS_PER_TICK |
Definition at line 48 of file timer.c.
Referenced by timer_delay(), timer_get_ms(), timer_init(), and timer_sched_timeout().
| volatile U32 timer_t::tick |
Definition at line 45 of file timer.c.
Referenced by irq_handler(), timer_delay(), timer_get_ms(), timer_poll(), and timer_sched_timeout().
| void(* timer_t::tick_isr)(void *ctx) |
Referenced by irq_handler(), and timer_init().
struct timeout_t timer_t::timeout[8] [read] |
Definition at line 46 of file timer.c.
Referenced by timer_cancel_timeout(), timer_init(), timer_poll(), timer_sched_timeout(), and timer_sched_timeout_cb().
1.5.5