#[repr(u8)]pub enum CmdhCmpen {
CMPEN_0 = 0,
_RESERVED_1 = 1,
CMPEN_2 = 2,
CMPEN_3 = 3,
}Variants§
CMPEN_0 = 0
Compare disabled.
_RESERVED_1 = 1
CMPEN_2 = 2
Compare enabled. Store on true.
CMPEN_3 = 3
Compare enabled. Repeat channel acquisition (sample/convert/compare) until true.
Implementations§
Trait Implementations§
Source§impl Ord for CmdhCmpen
impl Ord for CmdhCmpen
Source§impl PartialOrd for CmdhCmpen
impl PartialOrd for CmdhCmpen
impl Copy for CmdhCmpen
impl Eq for CmdhCmpen
impl StructuralPartialEq for CmdhCmpen
Auto Trait Implementations§
impl Freeze for CmdhCmpen
impl RefUnwindSafe for CmdhCmpen
impl Send for CmdhCmpen
impl Sync for CmdhCmpen
impl Unpin for CmdhCmpen
impl UnwindSafe for CmdhCmpen
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