DataWidthR

Type Alias DataWidthR 

Source
pub type DataWidthR = FieldReader<DataWidth>;
Expand description

Field DATA_WIDTH reader - Data Width.

Aliased Type§

pub struct DataWidthR { /* private fields */ }

Implementations§

Source§

impl DataWidthR

Source

pub const fn variant(&self) -> Option<DataWidth>

Get enumerated values variant

Source

pub fn is_8bit(&self) -> bool

8 bit.

Source

pub fn is_10bit(&self) -> bool

10 bit.

Source

pub fn is_12bit(&self) -> bool

12 bit.