pub enum OVR_ISC {
Clear = 1,
}
Expand description
Overrun interrupt status clear
Value on reset: 0
Variants§
Clear = 1
1: Setting this bit clears the OVR_RIS flag in the DCMI_RIS register
Trait Implementations§
impl Copy for OVR_ISC
impl Eq for OVR_ISC
impl StructuralPartialEq for OVR_ISC
Auto Trait Implementations§
impl Freeze for OVR_ISC
impl RefUnwindSafe for OVR_ISC
impl Send for OVR_ISC
impl Sync for OVR_ISC
impl Unpin for OVR_ISC
impl UnwindSafe for OVR_ISC
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