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

Class Bitextract

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

Source from the content-addressed store, hash-verified

507
508#[derive(Debug, Clone, Serialize, Deserialize)]
509pub struct Bitextract {
510 pub access_size: u64,
511 pub addr: u64,
512 pub left_shift: u8,
513 pub mask: u32,
514 pub pc: u32,
515 pub size: u8,
516}
517
518#[derive(Debug, Clone, Serialize, Deserialize)]
519pub struct Constant {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected