Synopsis
#include <in430.h>

unsigned _DINT(void);
Description

_DINT disables global interrupts by clearing the GIE bit in the status register.

_DINT returns the value of the status register before the GIE bit is cleared.

_DINT is an intrinsic function and produces inline code.

Portability

_DINT can be used on any MSP430 device.