Type Alias ModeW

Source
pub type ModeW<'a, REG> = FieldWriter<'a, REG, 2, Modeselect>;
Expand description

Field MODE writer - Cache Controller Monitor Counter Mode

Aliased Type§

struct ModeW<'a, REG> { /* private fields */ }

Implementations§

Source§

impl<'a, REG> ModeW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

Source

pub fn cycle_count(self) -> &'a mut W<REG>

Cycle counter

Source

pub fn ihit_count(self) -> &'a mut W<REG>

Instruction hit counter

Source

pub fn dhit_count(self) -> &'a mut W<REG>

Data hit counter