MCPcopy Create free account
hub / github.com/MultiFuzz/MultiFuzz / get_active_exception

Method get_active_exception

icicle-cortexm/src/lib.rs:617–619  ·  view source on GitHub ↗
(&mut self, cpu: &mut Cpu)

Source from the content-addressed store, hash-verified

615 }
616
617 fn get_active_exception(&mut self, cpu: &mut Cpu) -> u64 {
618 cpu.read_reg(self.xpsr) & 0x1ff
619 }
620
621 /// Triggers the next time based interrupt to occur (if time-based interrupts are enabled).
622 fn trigger_next_time_based_interrupt(&mut self) {

Callers 1

handle_exceptionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected