#[repr(u8)]pub enum CompQue {
OneConversion = 0,
TwoConversions = 1,
FourConversions = 2,
DisableComparator = 3,
}Expand description
COMP_QUE [1:0]: Comparator queue and disable Only for ADS1114/5
Variants§
Trait Implementations§
impl Copy for CompQue
Auto Trait Implementations§
impl Freeze for CompQue
impl RefUnwindSafe for CompQue
impl Send for CompQue
impl Sync for CompQue
impl Unpin for CompQue
impl UnsafeUnpin for CompQue
impl UnwindSafe for CompQue
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