[][src]Function xtensa_lx6::set_stack_pointer

pub unsafe fn set_stack_pointer(stack: *mut u32)

Set the core stack pointer

This is highly unsafe! It should be used with care at e.g. program start or when building a task scheduler

stack pointer to the non-inclusive end of the stack (must be 16-byte aligned)