pub enum FRAME_MIS {
Disabled = 0,
Enabled = 1,
}
Expand description
Capture complete masked interrupt status
Value on reset: 0
Variants§
Disabled = 0
0: No interrupt is generated after a complete capture
Enabled = 1
1: An interrupt is generated at the end of each received frame/crop window (in crop mode) and the FRAME_IE bit is set in DCMI_IER
Trait Implementations§
impl Copy for FRAME_MIS
impl Eq for FRAME_MIS
impl StructuralPartialEq for FRAME_MIS
Auto Trait Implementations§
impl Freeze for FRAME_MIS
impl RefUnwindSafe for FRAME_MIS
impl Send for FRAME_MIS
impl Sync for FRAME_MIS
impl Unpin for FRAME_MIS
impl UnwindSafe for FRAME_MIS
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