Data Structures | |
| struct | IRQ_HANDLER |
Functions | |
| __BEGIN_DECLS int | NutRegisterInterrupt (int irq, void(*handler)(void *), void *arg) |
| Register an interrupt handler. | |
| int | NutRegisterIrqHandler (IRQ_HANDLER *irh, void(*handler)(void *), void *arg) |
| Register an interrupt handler. | |
|
||||||||||||||||
|
Register an interrupt handler. This function is typically called by device drivers.
|