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