Enum Quadir
pub enum Quadir {
_0 = 0,
_1 = 1,
}Expand description
FTM Counter Direction In Quadrature Decoder Mode
Value on reset: 0
Variants§
_0 = 0
0: Counting direction is decreasing (FTM counter decrement).
_1 = 1
1: Counting direction is increasing (FTM counter increment).
Trait Implementations§
impl Copy for Quadir
impl Eq for Quadir
impl StructuralPartialEq for Quadir
Auto Trait Implementations§
impl Freeze for Quadir
impl RefUnwindSafe for Quadir
impl Send for Quadir
impl Sync for Quadir
impl Unpin for Quadir
impl UnwindSafe for Quadir
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