Skip to main content

DlenR

Type Alias DlenR 

Source
pub type DlenR = FieldReader<Dlen>;
Expand description

Field dlen reader - Data length: 00=5bit; 01=6bit; 10=7bit; 11=8bit

Aliased Type§

pub struct DlenR { /* private fields */ }

Implementations§

Source§

impl DlenR

Source

pub const fn variant(&self) -> Dlen

Get enumerated values variant

Source

pub fn is_bits5(&self) -> bool

5-bit data

Source

pub fn is_bits6(&self) -> bool

6-bit data

Source

pub fn is_bits7(&self) -> bool

7-bit data

Source

pub fn is_bits8(&self) -> bool

8-bit data