pub enum COMP1SW1 {
Open = 0,
Closed = 1,
}
Expand description
Comparator 1 non inverting input DAC switch
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for COMP1SW1
impl Eq for COMP1SW1
impl StructuralPartialEq for COMP1SW1
Auto Trait Implementations§
impl Freeze for COMP1SW1
impl RefUnwindSafe for COMP1SW1
impl Send for COMP1SW1
impl Sync for COMP1SW1
impl Unpin for COMP1SW1
impl UnwindSafe for COMP1SW1
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