6.70 __set_PRIMASK Intrinsic Function
Sets the value of the PRIMASK
register.
This intrinsic function can only be used in privileged mode and it requires a Cortex-M device.
Suggested Replacement
__set_PRIMASK
Caveats
None.
Examples
void __set_PRIMASK(unsigned int);
Further Information
None.