Type Alias d1_pac::tcon_lcd0::lcd_hv_if::RGB888_EVEN_ORDER_W

source ·
pub type RGB888_EVEN_ORDER_W<'a, const O: u8> = FieldWriter<'a, u32, LCD_HV_IF_SPEC, u8, RGB888_EVEN_ORDER_A, 2, O>;
Expand description

Field rgb888_even_order writer - Serial RGB888 mode Output sequence at even lines of the panel (line 2, 4, 6, 8…).

Aliased Type§

struct RGB888_EVEN_ORDER_W<'a, const O: u8> { /* private fields */ }

Implementations§

source§

impl<'a, const O: u8> RGB888_EVEN_ORDER_W<'a, O>

source

pub fn rgb(self) -> &'a mut W

R -> G -> B

source

pub fn brg(self) -> &'a mut W

B -> R -> G

source

pub fn gbr(self) -> &'a mut W

G -> B -> R