pub enum Rev {
Rev0 = 0,
Rev1 = 1,
}Expand description
Enable Reverse Direction Counting
Value on reset: 0
Variants§
Rev0 = 0
0: Count normally and the position counter initialization uses upper/lower initialization register UINIT/LINIT
Rev1 = 1
1: Count in the reverse direction and the position counter initialization uses upper/lower modulus register UMOD/LMOD
Trait Implementations§
impl Copy for Rev
impl Eq for Rev
impl StructuralPartialEq for Rev
Auto Trait Implementations§
impl Freeze for Rev
impl RefUnwindSafe for Rev
impl Send for Rev
impl Sync for Rev
impl Unpin for Rev
impl UnwindSafe for Rev
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