pub enum MRST {
Reset = 1,
}
Expand description
Master Counter software reset
Value on reset: 0
Variants§
Reset = 1
1: Reset timer
Trait Implementations§
impl Copy for MRST
impl Eq for MRST
impl StructuralPartialEq for MRST
Auto Trait Implementations§
impl Freeze for MRST
impl RefUnwindSafe for MRST
impl Send for MRST
impl Sync for MRST
impl Unpin for MRST
impl UnwindSafe for MRST
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