6.27 __get_CONTROL Intrinsic Function
Returns 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
__get_CONTROL();
Caveats
None.
Examples
unsigned int __get_CONTROL(void);
Further Information
None.