Enum Delcmp
#[repr(u8)]pub enum Delcmp {
Standard = 0,
Capture1 = 1,
CaptureXCompare1 = 2,
CaptureXCompare3 = 3,
}Variants§
Standard = 0
CMP register is always active (standard compare mode)
Capture1 = 1
CMP is recomputed and is active following a capture 1 event
CaptureXCompare1 = 2
CMP is recomputed and is active following a capture 1 event or a Compare 1 match
CaptureXCompare3 = 3
CMP is recomputed and is active following a capture 1 event or a Compare 3 match
Implementations§
Trait Implementations§
impl Copy for Delcmp
impl Eq for Delcmp
§impl Ord for Delcmp
impl Ord for Delcmp
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Delcmp
impl PartialOrd for Delcmp
impl StructuralPartialEq for Delcmp
Auto Trait Implementations§
impl Freeze for Delcmp
impl RefUnwindSafe for Delcmp
impl Send for Delcmp
impl Sync for Delcmp
impl Unpin for Delcmp
impl UnsafeUnpin for Delcmp
impl UnwindSafe for Delcmp
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