Type Alias d1_pac::spi_dbi::dbi_ctl_0::RGB_SEQ_W

source ·
pub type RGB_SEQ_W<'a, const O: u8> = FieldWriter<'a, u32, DBI_CTL_0_SPEC, u8, RGB_SEQ_A, 3, O>;
Expand description

Field rgb_seq writer - Output RGB Sequence

Aliased Type§

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

Implementations§

source§

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

source

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

0

source

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

1

source

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

10

source

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

11

source

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

100

source

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

101