#[repr(u8)]pub enum HV_MODE_A {
PARALLEL = 0,
RGB888 = 8,
DRGB = 10,
RGBD = 11,
CCIR656 = 12,
}
Expand description
Set the HV mode of LCD controller
Value on reset: 0
Variants§
PARALLEL = 0
0: 24-bit/1-cycle parallel mode
RGB888 = 8
8: 8-bit/3-cycle RGB serial mode (RGB888)
DRGB = 10
10: 8-bit/4-cycle Dummy RGB (DRGB)
RGBD = 11
11: 8-bit/4-cycle RGB Dummy (RGBD)
CCIR656 = 12
12: 8-bit/2-cycle YUV serial mode (CCIR656)
Trait Implementations§
impl Copy for HV_MODE_A
impl Eq for HV_MODE_A
impl StructuralPartialEq for HV_MODE_A
Auto Trait Implementations§
impl Freeze for HV_MODE_A
impl RefUnwindSafe for HV_MODE_A
impl Send for HV_MODE_A
impl Sync for HV_MODE_A
impl Unpin for HV_MODE_A
impl UnwindSafe for HV_MODE_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
)