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