Function interrupt_handler

Source
pub extern "C" fn interrupt_handler(frame: &mut TrapFrame)
Expand description

Main entry point for interrupt.

This will be called by an inline assembly.

See trap function on the PS4 for a reference.