SYSCALL_FIRED

Static SYSCALL_FIRED 

Source
#[unsafe(no_mangle)]
pub static mut SYSCALL_FIRED: usize
Expand description

This is used in the syscall handler. When set to 1 this means the svc_handler was called. Marked pub because it is used in the cortex-m* specific handler.