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