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