6.65 __set_FAULTMASK Intrinsic Function
Sets the value of the FAULTMASK
register.
This intrinsic function can only be used in privileged mode and it requires a Cortex-M3, Cortex-M4, or Cortex-M7 device.
Suggested Replacement
__set_FAULTMASK
Caveats
None.
Examples
void __set_FAULTMASK(unsigned int);
Further Information
None.