Enum d1_pac::tcon_lcd0::lcd_ctl::LCD_SRC_SEL_A
source · #[repr(u8)]pub enum LCD_SRC_SEL_A {
DE = 0,
COLOR_CHECK = 1,
GRAYSCALE_CHECK = 2,
BLACK_BY_WHITE_CHECK = 3,
TEST_DATA_ALL_0 = 4,
TEST_DATA_ALL_1 = 5,
REVERSED = 6,
GRIDDING_CHECK = 7,
}
Expand description
LCD Source Select
Value on reset: 0
Variants§
DE = 0
0: DE
COLOR_CHECK = 1
1: Color Check
GRAYSCALE_CHECK = 2
2: Grayscale Check
BLACK_BY_WHITE_CHECK = 3
3: Black by White Check
TEST_DATA_ALL_0 = 4
4: Test Data all 0
TEST_DATA_ALL_1 = 5
5: Test Data all 1
REVERSED = 6
6: Reversed
GRIDDING_CHECK = 7
7: Gridding Check
Trait Implementations§
source§impl Clone for LCD_SRC_SEL_A
impl Clone for LCD_SRC_SEL_A
source§fn clone(&self) -> LCD_SRC_SEL_A
fn clone(&self) -> LCD_SRC_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 LCD_SRC_SEL_A
impl Debug for LCD_SRC_SEL_A
source§impl From<LCD_SRC_SEL_A> for u8
impl From<LCD_SRC_SEL_A> for u8
source§fn from(variant: LCD_SRC_SEL_A) -> Self
fn from(variant: LCD_SRC_SEL_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for LCD_SRC_SEL_A
impl PartialEq for LCD_SRC_SEL_A
impl Copy for LCD_SRC_SEL_A
impl Eq for LCD_SRC_SEL_A
impl StructuralPartialEq for LCD_SRC_SEL_A
Auto Trait Implementations§
impl Freeze for LCD_SRC_SEL_A
impl RefUnwindSafe for LCD_SRC_SEL_A
impl Send for LCD_SRC_SEL_A
impl Sync for LCD_SRC_SEL_A
impl Unpin for LCD_SRC_SEL_A
impl UnwindSafe for LCD_SRC_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
)