Glossary


ISRsearch for term

interrupt service routineA software routine that is executed in response to an interrupt. An ISR, also called an interrupt handler, is registered to process a specific interrupt. When multiple ISRs are registered to process the same interrupt, the ISRs are linked. This means that each ISR can either process the interrupt or pass it on to the next ISR in the chain.

© 2013 Novell