pub enum COMP1OUT {
Low = 0,
High = 1,
}
Expand description
Comparator 1 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 COMP1OUT
impl Eq for COMP1OUT
impl StructuralPartialEq for COMP1OUT
Auto Trait Implementations§
impl Freeze for COMP1OUT
impl RefUnwindSafe for COMP1OUT
impl Send for COMP1OUT
impl Sync for COMP1OUT
impl Unpin for COMP1OUT
impl UnwindSafe for COMP1OUT
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