![]() |
SyterKit 0.4.0.x
SyterKit is a bare-metal framework
|
Structure for IRQ handler. More...
#include <sys-intc.h>
Public Attributes | |
| void * | data |
| void(* | func )(void *data) |
Structure for IRQ handler.
| data | Pointer to data associated with the IRQ handler |
| func | Function pointer to the IRQ handler function |
| void * _irq_handler::data |
| void(* _irq_handler::func)(void *data) |