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