pub enum OVRW {
Clear = 1,
}
Expand description
ADC overrun This bit is set by hardware when an overrun occurs, meaning that a new conversion has complete while the EOC flag was already set. It is cleared by software writing 1 to it.
Value on reset: 0
Variants§
Clear = 1
1: Clear the overrun flag
Trait Implementations§
impl Copy for OVRW
impl Eq for OVRW
impl StructuralPartialEq for OVRW
Auto Trait Implementations§
impl Freeze for OVRW
impl RefUnwindSafe for OVRW
impl Send for OVRW
impl Sync for OVRW
impl Unpin for OVRW
impl UnwindSafe for OVRW
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