15
15 – 91
MISC
INTERRUPT ENABLE & DISABLE
(ADSP-217x, ADSP-218x, ADSP-21msp58/59 only)
Syntax:
ENA INTS ;
DIS INTS ;
Description:
Interrupts are enabled by default at reset. Executing the
DIS INTS instruction causes all interrupts (including the powerdown
interrupt) to be masked, without changing the contents of the IMASK
register.
Executing the ENA INTS instruction allows all unmasked interrupts to be
serviced again.
Note: Disabling interrupts does not affect serial port autobuffering or
ADSP-218x DMA transfers (IDMA or BDMA). These operations will
continue normally whether or not interrupts are enabled.
Status Generated:
None affected.
Instruction Format:
DIS INTS, Instruction Type 26:
23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0
ENA INTS, Instruction Type 26:
23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0