M7R

Type Alias M7R 

pub type M7R = BitReader<M7>;
Expand description

Field M7 reader - 7-Bit Mode Select

Aliased Type§

pub struct M7R { /* private fields */ }

Implementations§

§

impl M7R

pub const fn variant(&self) -> M7

Get enumerated values variant

pub fn is_0(&self) -> bool

Receiver and transmitter use 8-bit to 10-bit data characters.

pub fn is_1(&self) -> bool

Receiver and transmitter use 7-bit data characters.