#include <interrupt.h>
Public Member Functions | |
InterruptDispatcher (std::size_t tableSize) | |
Constructs an interrupt dispatcher with tableSize empty interrupt service routine chains. | |
void | dispatchInterrupt (int interruptNumber) |
Invokes all the chained interrupt trampolines until one has volunteered to handle the interrupt or the end of the chain is reached. |
|
Constructs an interrupt dispatcher with
|
|
Invokes all the chained interrupt trampolines until one has volunteered to handle the interrupt or the end of the chain is reached.
|