Enum d1_pac::csic::csic_parser0::prs_ncsic_if_cfg::SEQ_8PLUS2_A
source · #[repr(u8)]pub enum SEQ_8PLUS2_A {
PD98_D70 = 0,
D92_PD10 = 1,
D70_D98P = 2,
D70_PD98 = 3,
}
Expand description
When select IF_DATA_WIDTH to be 8+2bit, odd/even pixel byte at CSI-D[11:4] will be rearranged to D[11:2]+2’b0 at the actual CSI data bus according to these sequences
Value on reset: 0
Variants§
PD98_D70 = 0
0: 6’bx + D[9:8], D[7:0]
D92_PD10 = 1
1: D[9:2], 6’bx + D[1:0]
D70_D98P = 2
2: D[7:0], D[9:8] + 6’bx
D70_PD98 = 3
3: D[7:0], 6’bx + D[9:8]
Trait Implementations§
source§impl Clone for SEQ_8PLUS2_A
impl Clone for SEQ_8PLUS2_A
source§fn clone(&self) -> SEQ_8PLUS2_A
fn clone(&self) -> SEQ_8PLUS2_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 SEQ_8PLUS2_A
impl Debug for SEQ_8PLUS2_A
source§impl From<SEQ_8PLUS2_A> for u8
impl From<SEQ_8PLUS2_A> for u8
source§fn from(variant: SEQ_8PLUS2_A) -> Self
fn from(variant: SEQ_8PLUS2_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for SEQ_8PLUS2_A
impl PartialEq for SEQ_8PLUS2_A
impl Copy for SEQ_8PLUS2_A
impl Eq for SEQ_8PLUS2_A
impl StructuralPartialEq for SEQ_8PLUS2_A
Auto Trait Implementations§
impl Freeze for SEQ_8PLUS2_A
impl RefUnwindSafe for SEQ_8PLUS2_A
impl Send for SEQ_8PLUS2_A
impl Sync for SEQ_8PLUS2_A
impl Unpin for SEQ_8PLUS2_A
impl UnwindSafe for SEQ_8PLUS2_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
)