Enum d1_pac::csic::csic_parser0::prs_ncsic_if_cfg::CSI_IF_A
source · #[repr(u8)]pub enum CSI_IF_A {
RAW_YUV420_YUYV422 = 0,
BT656_1CH = 4,
BT656_2CH = 12,
BT656_4CH = 14,
}
Expand description
Value on reset: 0
Variants§
RAW_YUV420_YUYV422 = 0
0: RAW or YUV420/YUYV422 (each cycle one component input)
BT656_1CH = 4
4: BT656 1 channel
BT656_2CH = 12
12: BT656 2 channel (All data interleaved in one data bus)
BT656_4CH = 14
14: BT656 4 channel (All data interleaved in one data bus)
Trait Implementations§
impl Copy for CSI_IF_A
impl Eq for CSI_IF_A
impl StructuralPartialEq for CSI_IF_A
Auto Trait Implementations§
impl Freeze for CSI_IF_A
impl RefUnwindSafe for CSI_IF_A
impl Send for CSI_IF_A
impl Sync for CSI_IF_A
impl Unpin for CSI_IF_A
impl UnwindSafe for CSI_IF_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
)