Enum d1_pac::tcon_lcd0::lcd_io_pol::DCLK_SEL_A
source · #[repr(u8)]pub enum DCLK_SEL_A {
DCLK0 = 0,
DCLK1 = 1,
DCLK2 = 2,
DCLK02_0 = 4,
DCLK02_90 = 5,
}
Expand description
Set the phase offset of clock and data in hv mode.
Value on reset: 0
Variants§
DCLK0 = 0
0: Used DCLK0 (normal phase offset)
DCLK1 = 1
1: Used DCLK1 (1/3 phase offset)
DCLK2 = 2
2: Used DCLK2 (2/3 phase offset)
DCLK02_0 = 4
4: DCLK0/2 phase 0
DCLK02_90 = 5
5: DCLK0/2 phase 90
Trait Implementations§
source§impl Clone for DCLK_SEL_A
impl Clone for DCLK_SEL_A
source§fn clone(&self) -> DCLK_SEL_A
fn clone(&self) -> DCLK_SEL_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 DCLK_SEL_A
impl Debug for DCLK_SEL_A
source§impl From<DCLK_SEL_A> for u8
impl From<DCLK_SEL_A> for u8
source§fn from(variant: DCLK_SEL_A) -> Self
fn from(variant: DCLK_SEL_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for DCLK_SEL_A
impl PartialEq for DCLK_SEL_A
impl Copy for DCLK_SEL_A
impl Eq for DCLK_SEL_A
impl StructuralPartialEq for DCLK_SEL_A
Auto Trait Implementations§
impl Freeze for DCLK_SEL_A
impl RefUnwindSafe for DCLK_SEL_A
impl Send for DCLK_SEL_A
impl Sync for DCLK_SEL_A
impl Unpin for DCLK_SEL_A
impl UnwindSafe for DCLK_SEL_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
)