Enum d1_pac::csic::csic_parser0::prs_cap::CH_VCAP_ON_A
source · pub enum CH_VCAP_ON_A {
DISABLE = 0,
ENABLE = 1,
}
Expand description
Video capture control: Capture the video image data stream on channel [i].
Value on reset: 0
Variants§
DISABLE = 0
0: Disable video capture
If video capture is in progress, the CSI stops capturing image data at the end of the current frame, and all of the current frame data is written to output FIFO.
ENABLE = 1
1: Enable video capture
The CSI starts capturing image data at the start of the next frame.
Trait Implementations§
source§impl Clone for CH_VCAP_ON_A
impl Clone for CH_VCAP_ON_A
source§fn clone(&self) -> CH_VCAP_ON_A
fn clone(&self) -> CH_VCAP_ON_A
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CH_VCAP_ON_A
impl Debug for CH_VCAP_ON_A
source§impl From<CH_VCAP_ON_A> for bool
impl From<CH_VCAP_ON_A> for bool
source§fn from(variant: CH_VCAP_ON_A) -> Self
fn from(variant: CH_VCAP_ON_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for CH_VCAP_ON_A
impl PartialEq for CH_VCAP_ON_A
impl Copy for CH_VCAP_ON_A
impl Eq for CH_VCAP_ON_A
impl StructuralPartialEq for CH_VCAP_ON_A
Auto Trait Implementations§
impl Freeze for CH_VCAP_ON_A
impl RefUnwindSafe for CH_VCAP_ON_A
impl Send for CH_VCAP_ON_A
impl Sync for CH_VCAP_ON_A
impl Unpin for CH_VCAP_ON_A
impl UnwindSafe for CH_VCAP_ON_A
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)