i have these three line of code for msp430 device which is the program for displaying clock. any body who can help about this
BTCTL = 7; // Configure BT interrupt rate
IE2 |= BTIE; // Enable BT interrupt
_BIS_SR(GIE);// global enable interrupt
i would like to know the function of each line