Type Alias ModeR

Source
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

Source

pub const fn variant(&self) -> Option<Modeselect>

Get enumerated values variant

Source

pub fn is_cycle_count(&self) -> bool

Cycle counter

Source

pub fn is_ihit_count(&self) -> bool

Instruction hit counter

Source

pub fn is_dhit_count(&self) -> bool

Data hit counter