Enum d1_pac::spi_dbi::dbi_ctl_0::RGB_SRC_FMT_A
source · #[repr(u8)]pub enum RGB_SRC_FMT_A {
RGB = 0,
RBG = 1,
GRB = 2,
GBR = 3,
BRG = 4,
BGR = 5,
GRBG_0 = 6,
GBRG_0 = 7,
GRBG_1 = 8,
GBRG_1 = 9,
}
Expand description
RGB Source Format
Value on reset: 0
Variants§
RGB = 0
0: 0
RBG = 1
1: 1
GRB = 2
2: 10
GBR = 3
3: 11
BRG = 4
4: 100
BGR = 5
5: 101
GRBG_0 = 6
6: 110
GBRG_0 = 7
7: 111
GRBG_1 = 8
8: 1000
GBRG_1 = 9
9: 1001
Trait Implementations§
source§impl Clone for RGB_SRC_FMT_A
impl Clone for RGB_SRC_FMT_A
source§fn clone(&self) -> RGB_SRC_FMT_A
fn clone(&self) -> RGB_SRC_FMT_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 RGB_SRC_FMT_A
impl Debug for RGB_SRC_FMT_A
source§impl From<RGB_SRC_FMT_A> for u8
impl From<RGB_SRC_FMT_A> for u8
source§fn from(variant: RGB_SRC_FMT_A) -> Self
fn from(variant: RGB_SRC_FMT_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for RGB_SRC_FMT_A
impl PartialEq for RGB_SRC_FMT_A
impl Copy for RGB_SRC_FMT_A
impl Eq for RGB_SRC_FMT_A
impl StructuralPartialEq for RGB_SRC_FMT_A
Auto Trait Implementations§
impl Freeze for RGB_SRC_FMT_A
impl RefUnwindSafe for RGB_SRC_FMT_A
impl Send for RGB_SRC_FMT_A
impl Sync for RGB_SRC_FMT_A
impl Unpin for RGB_SRC_FMT_A
impl UnwindSafe for RGB_SRC_FMT_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
)