pub enum ROR_A {
Disabled = 0,
Enabled = 1,
}
Expand description
Reset on read
Value on reset: 0
Variants§
Disabled = 0
0: MMC counters do not reset on read
Enabled = 1
1: MMC counters reset to zero after read
Trait Implementations§
impl Copy for ROR_A
impl StructuralPartialEq for ROR_A
Auto Trait Implementations§
impl Freeze for ROR_A
impl RefUnwindSafe for ROR_A
impl Send for ROR_A
impl Sync for ROR_A
impl Unpin for ROR_A
impl UnwindSafe for ROR_A
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more