pub enum Revmod {
Revmod0 = 0,
Revmod1 = 1,
}Expand description
Revolution Counter Modulus Enable
Value on reset: 0
Variants§
Revmod0 = 0
0: Use INDEX pulse to increment/decrement revolution counter (REV)
Revmod1 = 1
1: Use modulus counting roll-over/under to increment/decrement revolution counter (REV)
Trait Implementations§
impl Copy for Revmod
impl Eq for Revmod
impl StructuralPartialEq for Revmod
Auto Trait Implementations§
impl Freeze for Revmod
impl RefUnwindSafe for Revmod
impl Send for Revmod
impl Sync for Revmod
impl Unpin for Revmod
impl UnsafeUnpin for Revmod
impl UnwindSafe for Revmod
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