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