pub enum TOFDIRR {
_0,
_1,
}Expand description
Possible values of the field TOFDIR
Variants§
_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
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).
Implementations§
Source§impl TOFDIRR
impl TOFDIRR
Sourcepub fn bit_is_clear(&self) -> bool
pub fn bit_is_clear(&self) -> bool
Returns true if the bit is clear (0)
Sourcepub fn bit_is_set(&self) -> bool
pub fn bit_is_set(&self) -> bool
Returns true if the bit is set (1)
Trait Implementations§
impl Copy for TOFDIRR
impl StructuralPartialEq for TOFDIRR
Auto Trait Implementations§
impl Freeze for TOFDIRR
impl RefUnwindSafe for TOFDIRR
impl Send for TOFDIRR
impl Sync for TOFDIRR
impl Unpin for TOFDIRR
impl UnwindSafe for TOFDIRR
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