6.62 __set_BASEPRI Intrinsic Function
Sets the value of the BASEPRI
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_BASEPRI
Caveats
None.
Examples
void __set_BASEPRI(unsigned int);
Further Information
None.