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