Type Alias ocsd_pkt_atom

Source
pub type ocsd_pkt_atom = _ocsd_pkt_atom;

Aliased Type§

struct ocsd_pkt_atom {
    pub En_bits: u32,
    pub num: u8,
}

Fields§

§En_bits: u32

pattern across num bits. Bit sequence:- ls bit = oldest atom (1st instruction executed), ms bit = newest (last instruction executed), Bit values :- 1’b1 = E atom, 1’b0 = N atom.

§num: u8

< number of atoms represented