EINT                Globally enable the TML interrupts

Syntax                        

EINT

Enable TML INTerrupts

Operands

PlaceTMLOnline

Binary code

EINT

DescriptionAfter the execution of this instruction, the TML interrupts are globally enabled. If an interrupt flag is set and the interrupt is enabled in the interrupt control register ICR, the interrupt request is accepted and the associated interrupt service routine is called. The TML interrupts can be globally disabled using the DINT instruction.

 

Example        

EINT; //globally enable all TML interrupts