pub enum OVRCF {
Clear = 1,
}
Expand description
Overrun/Underrun flag clear
Value on reset: 0
Variants§
Clear = 1
1: Clears the OVR flag in ISR register
Trait Implementations§
impl Copy for OVRCF
impl Eq for OVRCF
impl StructuralPartialEq for OVRCF
Auto Trait Implementations§
impl Freeze for OVRCF
impl RefUnwindSafe for OVRCF
impl Send for OVRCF
impl Sync for OVRCF
impl Unpin for OVRCF
impl UnwindSafe for OVRCF
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