pub enum OVR_A {
NoOverrun = 0,
Overrun = 1,
}
Expand description
Overrun/Underrun (slave mode) This flag is set by hardware in slave mode with NOSTRETCH=1, when an overrun/underrun error occurs. It is cleared by software by setting the OVRCF bit. Note: This bit is cleared by hardware when PE=0.
Value on reset: 0
Variants§
NoOverrun = 0
0: No overrun/underrun error occurs
Overrun = 1
1: slave mode with NOSTRETCH=1, when an overrun/underrun error occurs
Trait Implementations§
impl Copy for OVR_A
impl StructuralPartialEq for OVR_A
Auto Trait Implementations§
impl Freeze for OVR_A
impl RefUnwindSafe for OVR_A
impl Send for OVR_A
impl Sync for OVR_A
impl Unpin for OVR_A
impl UnwindSafe for OVR_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