pub unsafe extern "C" fn disable_interrupt_trap_handler(
mcause_val: u32,
)
Expand description
Function that gets called if an interrupt occurs while an app was running.
mcause is passed in, and this function should correctly handle disabling the interrupt that fired so that it does not trigger again.