__disable_interrupt
In this section:
Syntax
void __disable_interrupt(void);Description
Disables interrupts by inserting the DI instruction.
Note
To use intrinsic functions in an application, you must include the header file(s) where they are declared, see Summary of intrinsic functions.