#[repr(u8)]pub enum Cmp1f {
CMP1F0 = 0,
CMP1F1 = 1,
}Variants§
CMP1F0 = 0
When the position counter is less than value of COMP1 register
CMP1F1 = 1
When the position counter is greater or equal than value of COMP1 register
Implementations§
Trait Implementations§
Source§impl Ord for Cmp1f
impl Ord for Cmp1f
Source§impl PartialOrd for Cmp1f
impl PartialOrd for Cmp1f
impl Copy for Cmp1f
impl Eq for Cmp1f
impl StructuralPartialEq for Cmp1f
Auto Trait Implementations§
impl Freeze for Cmp1f
impl RefUnwindSafe for Cmp1f
impl Send for Cmp1f
impl Sync for Cmp1f
impl Unpin for Cmp1f
impl UnwindSafe for Cmp1f
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