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

Class MmioModels

icicle-cortexm/src/config.rs:495–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493
494#[derive(Debug, Clone, Serialize, Deserialize, Default)]
495pub struct MmioModels {
496 #[serde(default)]
497 pub bitextract: IndexMap<String, Bitextract>,
498 #[serde(default)]
499 pub constant: IndexMap<String, Constant>,
500 #[serde(default)]
501 pub passthrough: IndexMap<String, Passthrough>,
502 #[serde(default)]
503 pub set: IndexMap<String, Set>,
504 #[serde(default)]
505 pub unmodeled: IndexMap<String, Unmodeled>,
506}
507
508#[derive(Debug, Clone, Serialize, Deserialize)]
509pub struct Bitextract {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected