#[repr(u8)]
pub enum MODE_A {
    CYCLE_COUNT,
    IHIT_COUNT,
    DHIT_COUNT,
}Expand description
Cache Controller Monitor Counter Mode
Value on reset: 0
Variants
CYCLE_COUNT
0: Cycle counter
IHIT_COUNT
1: Instruction hit counter
DHIT_COUNT
2: Data hit counter
Trait Implementations
impl Copy for MODE_A
impl StructuralPartialEq for MODE_A
Auto Trait Implementations
impl RefUnwindSafe for MODE_A
impl Send for MODE_A
impl Sync for MODE_A
impl Unpin for MODE_A
impl UnwindSafe for MODE_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more