Skip to main content

get_global_app_hard_fault

Function get_global_app_hard_fault 

Source
pub fn get_global_app_hard_fault() -> usize
Expand description

Get the APP_HARD_FAULT flag.

This indicates that the app triggered the hard fault handler.

We need to do this in assembly because we cannot have Rust access the global variable.