Enum d1_pac::csic::csic_parser0::prs_cap::CH_SCAP_ON_A
source · pub enum CH_SCAP_ON_A {
DISABLE = 0,
ENABLE = 1,
}
Expand description
Still capture control: Capture a single still image frame on channel [i].
Value on reset: 0
Variants§
DISABLE = 0
0: Disable still capture
ENABLE = 1
1: Enable still capture
The CSI module starts capturing image data at the start of the next frame. The CSI module captures only one frame of image data. This bit is self cleared and always reads as a 0.
Trait Implementations§
source§impl Clone for CH_SCAP_ON_A
impl Clone for CH_SCAP_ON_A
source§fn clone(&self) -> CH_SCAP_ON_A
fn clone(&self) -> CH_SCAP_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_SCAP_ON_A
impl Debug for CH_SCAP_ON_A
source§impl From<CH_SCAP_ON_A> for bool
impl From<CH_SCAP_ON_A> for bool
source§fn from(variant: CH_SCAP_ON_A) -> Self
fn from(variant: CH_SCAP_ON_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for CH_SCAP_ON_A
impl PartialEq for CH_SCAP_ON_A
impl Copy for CH_SCAP_ON_A
impl Eq for CH_SCAP_ON_A
impl StructuralPartialEq for CH_SCAP_ON_A
Auto Trait Implementations§
impl Freeze for CH_SCAP_ON_A
impl RefUnwindSafe for CH_SCAP_ON_A
impl Send for CH_SCAP_ON_A
impl Sync for CH_SCAP_ON_A
impl Unpin for CH_SCAP_ON_A
impl UnwindSafe for CH_SCAP_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
)