pub enum QUADIR_A {
_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_A
impl StructuralPartialEq for QUADIR_A
Auto Trait Implementations§
impl Freeze for QUADIR_A
impl RefUnwindSafe for QUADIR_A
impl Send for QUADIR_A
impl Sync for QUADIR_A
impl Unpin for QUADIR_A
impl UnwindSafe for QUADIR_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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)