MR

Type Alias MR 

pub type MR = BitReader<M>;
Expand description

Field M reader - 9-Bit or 8-Bit Mode Select

Aliased Type§

pub struct MR { /* private fields */ }

Implementations§

§

impl MR

pub const fn variant(&self) -> M

Get enumerated values variant

pub fn is_0(&self) -> bool

Receiver and transmitter use 8-bit data characters.

pub fn is_1(&self) -> bool

Receiver and transmitter use 9-bit data characters.