6.35 __get_PSP Intrinsic Function
Returns the value of the PSP register (Process Stack Pointer). This intrinsic function can only be used in privileged mode, and is only available for Cortex-M devices.
Suggested Replacement
__get_PSP
Caveats
None.
Examples
unsigned int __get_PSP(void);
Further Information
None.