pub enum COMP1POL {
NotInverted = 0,
Inverted = 1,
}
Expand description
Comparator 1 output polarity
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for COMP1POL
impl Eq for COMP1POL
impl StructuralPartialEq for COMP1POL
Auto Trait Implementations§
impl Freeze for COMP1POL
impl RefUnwindSafe for COMP1POL
impl Send for COMP1POL
impl Sync for COMP1POL
impl Unpin for COMP1POL
impl UnwindSafe for COMP1POL
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