The sequence of importance assigned to interrupts. If two interrupts occur simultaneously, the interrupt with the higher priority is serviced first. In some systems, a higher-priority interrupt can ...
A signal created and sent to the CPU that is caused by some action taken by a hardware device. For example, keystroke depressions and mouse movements cause hardware interrupts. See IRQ and interrupt.
Just as you can often treat device registers as a memory-mapped struct, you can treat an interrupt vector as a memory-mapped array. In my last column, I suggested that you use casts sparingly and with ...