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

Class CortexmTarget

icicle-cortexm/src/lib.rs:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28pub use unicorn_api::{IRQ_NUMBER_ADDR, TIMER_CHOICE_ADDR};
29
30pub struct CortexmTarget<T> {
31 pub mmio_handler: Option<IoHandler>,
32 pub ctx: Option<UnsafeCell<Box<Context>>>,
33 fuzzware_exit: fuzzware::uc_err::Type,
34 mmio_type: std::marker::PhantomData<T>,
35}
36
37impl<T> CortexmTarget<T> {
38 pub fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected