pub unsafe extern "C" fn vPortSetStackWatchpoint(
    pxStackStart: *mut c_void
)
Expand description

@brief Set a watchpoint to watch the last 32 bytes of the stack

Callback to set a watchpoint on the end of the stack. Called every context switch to change the stack watchpoint around.

@param pxStackStart Pointer to the start of the stack