pub enum COMP2OUT {
Low = 0,
High = 1,
}
Expand description
Comparator 2 output
Value on reset: 0
Variants§
Low = 0
0: Non-inverting input below inverting input
High = 1
1: Non-inverting input above inverting input
Trait Implementations§
impl Copy for COMP2OUT
impl Eq for COMP2OUT
impl StructuralPartialEq for COMP2OUT
Auto Trait Implementations§
impl Freeze for COMP2OUT
impl RefUnwindSafe for COMP2OUT
impl Send for COMP2OUT
impl Sync for COMP2OUT
impl Unpin for COMP2OUT
impl UnwindSafe for COMP2OUT
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