pub unsafe fn switch_to_user_arm_v7m(
user_stack: *const usize,
process_regs: &mut [usize; 8],
) -> *const usize
Expand description
Assembly function to switch into userspace and store/restore application state.
For documentation of this function, please see
CortexMVariant::switch_to_user
.