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>
impl<'a, REG> ModeW<'a, REG>
Sourcepub fn cycle_count(self) -> &'a mut W<REG>
pub fn cycle_count(self) -> &'a mut W<REG>
Cycle counter
Sourcepub fn ihit_count(self) -> &'a mut W<REG>
pub fn ihit_count(self) -> &'a mut W<REG>
Instruction hit counter
Sourcepub fn dhit_count(self) -> &'a mut W<REG>
pub fn dhit_count(self) -> &'a mut W<REG>
Data hit counter