pub enum ESS {
Hardware = 0,
Embedded = 1,
}
Expand description
Embedded synchronization select
Value on reset: 0
Variants§
Hardware = 0
0: Hardware synchronization data capture (frame/line start/stop) is synchronized with the DCMI_HSYNC/DCMI_VSYNC signals
Embedded = 1
1: Embedded synchronization data capture is synchronized with synchronization codes embedded in the data flow
Trait Implementations§
impl Copy for ESS
impl Eq for ESS
impl StructuralPartialEq for ESS
Auto Trait Implementations§
impl Freeze for ESS
impl RefUnwindSafe for ESS
impl Send for ESS
impl Sync for ESS
impl Unpin for ESS
impl UnwindSafe for ESS
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