Ie1, interrupt enable register 1 – Texas Instruments MSP430x4xx User Manual
Page 199

Watchdog Timer Registers
10-9
Watchdog Timer, Watchdog Timer+
IE1, Interrupt Enable Register 1
7
6
5
4
3
2
1
0
NMIIE
WDTIE
rw−0
rw−0
Bits
7-5
These bits may be used by other modules. See device-specific datasheet.
NMIIE
Bit 4
NMI interrupt enable. This bit enables the NMI interrupt. Because other bits
in IE1 may be used for other modules, it is recommended to set or clear this
bit using
BIS.B
or
BIC.B
instructions, rather than
MOV.B
or
CLR.B
instructions.
0
Interrupt not enabled
1
Interrupt enabled
Bits
3-1
These bits may be used by other modules. See device-specific datasheet.
WDTIE
Bit 0
Watchdog timer interrupt enable. This bit enables the WDTIFG interrupt for
interval timer mode. It is not necessary to set this bit for watchdog mode.
Because other bits in IE1 may be used for other modules, it is recommended
to set or clear this bit using
BIS.B
or
BIC.B
instructions, rather than
MOV.B
or
CLR.B
instructions.
0
Interrupt not enabled
1
Interrupt enabled