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

Function is_interrupt_stream

hail-fuzz/src/utils.rs:317–319  ·  view source on GitHub ↗

Streams related to interrupts should not be used for i2s replacement.

(addr: u64)

Source from the content-addressed store, hash-verified

315
316/// Streams related to interrupts should not be used for i2s replacement.
317pub fn is_interrupt_stream(addr: u64) -> bool {
318 addr == icicle_cortexm::IRQ_NUMBER_ADDR || addr == icicle_cortexm::TIMER_CHOICE_ADDR
319}

Callers 3

crate_snapshot_afterMethod · 0.85
initMethod · 0.85
next_replacementMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected