Type Alias d1_pac::tcon_lcd0::lcd_cmap_ctl::OUT_FORMAT_W

source ·
pub type OUT_FORMAT_W<'a, const O: u8> = BitWriter<'a, u32, LCD_CMAP_CTL_SPEC, OUT_FORMAT_A, O>;
Expand description

Field out_format writer - Set the pixel output format in color map function.

Aliased Type§

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

Implementations§

source§

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

source

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

4 pixel output mode: Out0 -> Out1 -> Out2 -> Out3

source

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

2 pixel output mode: Out0 -> Out1