pub type ModeR = FieldReader<Modeselect>;
Expand description
Field MODE
reader - Cache Controller Monitor Counter Mode
Aliased Type§
struct ModeR { /* private fields */ }
Implementations§
Source§impl ModeR
impl ModeR
Sourcepub const fn variant(&self) -> Option<Modeselect>
pub const fn variant(&self) -> Option<Modeselect>
Get enumerated values variant
Sourcepub fn is_cycle_count(&self) -> bool
pub fn is_cycle_count(&self) -> bool
Cycle counter
Sourcepub fn is_ihit_count(&self) -> bool
pub fn is_ihit_count(&self) -> bool
Instruction hit counter
Sourcepub fn is_dhit_count(&self) -> bool
pub fn is_dhit_count(&self) -> bool
Data hit counter