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