MicroC Overview : Time Model and Related Time Operators : Asynchronous Aspects of MicroC : Interrupt Service Routine

Interrupt Service Routine

MicroC ISR - A Reactive Component that Models Interrupt Service Routine, with associated data and functionality, defined as an Activity sub-type. Might run at any time, regardless of the internal application‘ state. In some environments, when having interrupt levels, an ISR run might be interrupted and preempt by a higher priority interrupt.