Type Alias Values

Source
pub type Values = Masked<u64>;
Expand description

Default values representation

Aliased Type§

#[repr(C)]
pub struct Values { pub bits: u64, pub mask: u64, }

Fields§

§bits: u64

Logic values of lines

§mask: u64

Mask of lines to get or set