#[repr(u8)]pub enum COLMUX {
B0x0 = 0,
B0x1 = 1,
B0x2 = 2,
B0x3 = 3,
B0x4 = 4,
B0x5 = 5,
}
Expand description
Color multiplexing This bit selects the color multiplexing used by DSI Host. This field must only be changed when DSI is stopped (DSI_WCR.DSIEN = 0 and DSI_CR.EN=0).
Value on reset: 0
Variants§
B0x0 = 0
0: 16-bit configuration 1
B0x1 = 1
1: 16-bit configuration 2
B0x2 = 2
2: 16-bit configuration 3
B0x3 = 3
3: 18-bit configuration 1
B0x4 = 4
4: 18-bit configuration 2
B0x5 = 5
5: 24-bit
Trait Implementations§
impl Copy for COLMUX
impl Eq for COLMUX
impl IsEnum for COLMUX
impl StructuralPartialEq for COLMUX
Auto Trait Implementations§
impl Freeze for COLMUX
impl RefUnwindSafe for COLMUX
impl Send for COLMUX
impl Sync for COLMUX
impl Unpin for COLMUX
impl UnwindSafe for COLMUX
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