#[export_name = "_start_trap_rust_from_kernel"]
pub unsafe extern "C" fn start_trap_rust()
Expand description
Trap handler for board/chip specific code.
For the Ibex this gets called when an interrupt occurs while the chip is in kernel mode.
#[export_name = "_start_trap_rust_from_kernel"]
pub unsafe extern "C" fn start_trap_rust()
Trap handler for board/chip specific code.
For the Ibex this gets called when an interrupt occurs while the chip is in kernel mode.