Texas Instruments MSP430x4xx Computer Hardware User Manual


 
Basic Timer1 Introduction
11-9Basic Timer1
IE2, Interrupt Enable Register 2
76543210
BTIE
rw0
BTIE
Bit 7 Basic Timer1 interrupt enable. This bit enables the BTIFG interrupt Because
other bits in IE2 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
6-1
These bits may be used by other modules. See device-specific datasheet.
IFG2, Interrupt Flag Register 2
76543210
BTIFG
rw0
BTIFG
Bit 7 Basic Timer1 interrupt flag. Because other bits in IFG2 may be used for other
modules, it is recommended to clear BTIFG automatically by servicing the
interrupt, or by using BIS.B or BIC.B instructions, rather than MOV.B or
CLR.B instructions.
0 No interrupt pending
1 Interrupt pending
Bits
6-1
These bits may be used by other modules. See device-specific datasheet.