pub enum OVR3_A {
NoOverrun = 0,
Overrun = 1,
}
Expand description
Overrun flag of ADC 1
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for OVR1_A
impl StructuralPartialEq for OVR1_A
Auto Trait Implementations§
impl Freeze for OVR1_A
impl RefUnwindSafe for OVR1_A
impl Send for OVR1_A
impl Sync for OVR1_A
impl Unpin for OVR1_A
impl UnwindSafe for OVR1_A
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