6.71 __set_PSP Intrinsic Function

Sets 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

__set_PSP

Caveats

None.

Examples

void __set_PSP(unsigned int); 

Further Information

None.