Loading...
Searching...
No Matches
timer_isr_ctx_t Struct Reference

Default interrupt context entry holding callback and argument. More...

Detailed Description

Default interrupt context entry holding callback and argument.

Definition at line 116 of file timer.h.

#include <timer.h>

Data Fields

timer_cb_t cb
 callback executed from timer interrupt
 
void * arg
 optional argument given to that callback
 

Field Documentation

◆ arg

void* timer_isr_ctx_t::arg

optional argument given to that callback

Definition at line 118 of file timer.h.

◆ cb

timer_cb_t timer_isr_ctx_t::cb

callback executed from timer interrupt

Definition at line 117 of file timer.h.


The documentation for this struct was generated from the following file: