pub enum ERR_MIS {
Disabled = 0,
Enabled = 1,
}
Expand description
Synchronization error masked interrupt status
Value on reset: 0
Variants§
Disabled = 0
0: No interrupt is generated on a synchronization error
Enabled = 1
1: An interrupt is generated if the embedded synchronization codes are not received in the correct order and the ERR_IE bit in DCMI_IER is set
Trait Implementations§
impl Copy for ERR_MIS
impl Eq for ERR_MIS
impl StructuralPartialEq for ERR_MIS
Auto Trait Implementations§
impl Freeze for ERR_MIS
impl RefUnwindSafe for ERR_MIS
impl Send for ERR_MIS
impl Sync for ERR_MIS
impl Unpin for ERR_MIS
impl UnwindSafe for ERR_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