Type Alias d1_pac::spi_dbi::dbi_ctl_0::RGB_SEQ_R

source ·
pub type RGB_SEQ_R = FieldReader<u8, RGB_SEQ_A>;
Expand description

Field rgb_seq reader - Output RGB Sequence

Aliased Type§

struct RGB_SEQ_R { /* private fields */ }

Implementations§

source§

impl RGB_SEQ_R

source

pub fn variant(&self) -> Option<RGB_SEQ_A>

Get enumerated values variant

source

pub fn is_rgb(&self) -> bool

Checks if the value of the field is RGB

source

pub fn is_rbg(&self) -> bool

Checks if the value of the field is RBG

source

pub fn is_grb(&self) -> bool

Checks if the value of the field is GRB

source

pub fn is_gbr(&self) -> bool

Checks if the value of the field is GBR

source

pub fn is_brg(&self) -> bool

Checks if the value of the field is BRG

source

pub fn is_bgr(&self) -> bool

Checks if the value of the field is BGR