pub fn capture<const SIZE: usize>(
    stack: &mut ArrayMemoryRegion<SIZE>,
    core_registers: &mut ArrayRegisterData<16, u32>,
    _cs: &CriticalSection
)
Expand description

Capture the core registers and the stack