Loading...
Searching...
No Matches

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

Detailed Description

Default interrupt context entry holding callback and argument.

Definition at line 133 of file qdec.h.

#include <qdec.h>

Data Fields

qdec_cb_t cb
 callback executed from qdec interrupt
 
void * arg
 optional argument given to that callback
 

Field Documentation

◆ arg

void* qdec_isr_ctx_t::arg

optional argument given to that callback

Definition at line 135 of file qdec.h.

◆ cb

qdec_cb_t qdec_isr_ctx_t::cb

callback executed from qdec interrupt

Definition at line 134 of file qdec.h.


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