M10R

Type Alias M10R 

pub type M10R = BitReader<M10>;
Expand description

Field M10 reader - 10-bit Mode select

Aliased Type§

pub struct M10R { /* private fields */ }

Implementations§

§

impl M10R

pub const fn variant(&self) -> M10

Get enumerated values variant

pub fn is_0(&self) -> bool

Receiver and transmitter use 7-bit to 9-bit data characters.

pub fn is_1(&self) -> bool

Receiver and transmitter use 10-bit data characters.