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

Method irq

icicle-cortexm/src/config.rs:275–280  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

273
274impl Trigger {
275 pub fn irq(&self) -> u32 {
276 match self.kind {
277 TriggerKind::Fixed { irq } => irq,
278 _ => 0,
279 }
280 }
281
282 pub fn addr(&self) -> Option<&str> {
283 match &self.mode {

Callers 1

fuzzware_initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected