#[repr(u8)]pub enum Cmp1irq {
CMP1IRQ0 = 0,
CMP1IRQ1 = 1,
}Variants§
CMP1IRQ0 = 0
No match has occurred (the position counter does not match the COMP1 value)
CMP1IRQ1 = 1
COMP1 match has occurred (the position counter matches the COMP1 value)
Implementations§
Trait Implementations§
Source§impl Ord for Cmp1irq
impl Ord for Cmp1irq
Source§impl PartialOrd for Cmp1irq
impl PartialOrd for Cmp1irq
impl Copy for Cmp1irq
impl Eq for Cmp1irq
impl StructuralPartialEq for Cmp1irq
Auto Trait Implementations§
impl Freeze for Cmp1irq
impl RefUnwindSafe for Cmp1irq
impl Send for Cmp1irq
impl Sync for Cmp1irq
impl Unpin for Cmp1irq
impl UnwindSafe for Cmp1irq
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