Default interrupt context entry holding callback and argument. More...
Default interrupt context entry holding callback and argument.
#include <timer.h>
Data Fields | |
timer_cb_t | cb |
callback executed from timer interrupt | |
void * | arg |
optional argument given to that callback | |
void* timer_isr_ctx_t::arg |
timer_cb_t timer_isr_ctx_t::cb |