Gadget
|
Go to the source code of this file.
Functions | |
void | registerInterrupts (volatile int *interrupted) |
This is the function that registers the interrupt handler. More... | |
void | interruptHandler (int signal) |
This is the function that gets called when an interrupt occurs. More... | |
void interruptHandler | ( | int | signal | ) |
This is the function that gets called when an interrupt occurs.
signal | is the signal to handle |
void registerInterrupts | ( | volatile int * | interrupted | ) |
This is the function that registers the interrupt handler.
interrupted | is a pointer to a flag that will be set to 1 when an interrupt occurs |