Enum Tofdir
pub enum Tofdir {
_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
impl Eq for Tofdir
impl StructuralPartialEq for Tofdir
Auto Trait Implementations§
impl Freeze for Tofdir
impl RefUnwindSafe for Tofdir
impl Send for Tofdir
impl Sync for Tofdir
impl Unpin for Tofdir
impl UnwindSafe for Tofdir
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