Processor Expert offers the following event priority options:
- interrupts enabled - Interrupts are enabled and the priority of the event routine stays at the same level as the interrupt. The interrupts with the higher priority than the current interrupt priority can interrupt the event code.
- interrupts disabled - All maskable interrupts are disabled.
- 1..3 - Priorities from lowest (1) to highest (3). The code generated by Processor Expert before the event invocation sets the event code priority to the specified value.
- 4 - Same as 'interrupts disabled'
- same as interrupt - Default behavior of the architecture, no interrupts can interrupt the event. It is same as interrupts disabled.
- Other values are mapped to the priorities 1..4.