Processor Expert offers the following event priority options:
- interrupts disabled - All maskable interrupts are disabled within the event routine.
- 1..3 - Priorities from the lowest (1) to the highest (3). The code generated by Processor Expert before the event invocation sets the event code priority to the specified value. The event routine can be interrupted only by a higher priority interrupt than the specified number.
- same as interrupt - The priority of the event routine stays on the level set for the interrupt. The event routine can be interrupted only by a higher priority interrupt than the value set for the interrupt.
- Other values are mapped to the priorities 1..3.