pub enum TOFDIR_A {
_0 = 0,
_1 = 1,
}Expand description
Timer Overflow Direction In Quadrature Decoder Mode
Value on reset: 0
Variants§
_0 = 0
0: TOF bit was set on the bottom of counting. There was an FTM counter decrement and FTM counter changes from its minimum value (CNTIN register) to its maximum value (MOD register).
_1 = 1
1: TOF bit was set on the top of counting. There was an FTM counter increment and FTM counter changes from its maximum value (MOD register) to its minimum value (CNTIN register).
Trait Implementations§
impl Copy for TOFDIR_A
impl StructuralPartialEq for TOFDIR_A
Auto Trait Implementations§
impl Freeze for TOFDIR_A
impl RefUnwindSafe for TOFDIR_A
impl Send for TOFDIR_A
impl Sync for TOFDIR_A
impl Unpin for TOFDIR_A
impl UnsafeUnpin for TOFDIR_A
impl UnwindSafe for TOFDIR_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