Synopsis
unsigned char ctl_interrupt_count;
Description

ctl_interrupt_count contains a count of the interrupt nesting level. This variable must be incremented immediately on entry to an interrupt service routine and decremented immediately before return from the interrupt service routine.