pub type PIXEL1FORMAT_R = FieldReader<u8, PIXEL1FORMAT_A>;
Expand description

Field PIXEL1FORMAT reader - Source and Destination Pixel Color Format

Implementations§

source§

impl PIXEL1FORMAT_R

source

pub fn variant(&self) -> PIXEL1FORMAT_A

Get enumerated values variant

source

pub fn is_rgb555(&self) -> bool

Checks if the value of the field is RGB555

source

pub fn is_rgb565(&self) -> bool

Checks if the value of the field is RGB565

source

pub fn is_rgb666(&self) -> bool

Checks if the value of the field is RGB666

source

pub fn is_rgb888(&self) -> bool

Checks if the value of the field is RGB888