SbnsR

Type Alias SbnsR 

pub type SbnsR = BitReader<Sbns>;
Expand description

Field SBNS reader - Stop Bit Number Select

Aliased Type§

pub struct SbnsR { /* private fields */ }

Implementations§

§

impl SbnsR

pub const fn variant(&self) -> Sbns

Get enumerated values variant

pub fn is_0(&self) -> bool

One stop bit.

pub fn is_1(&self) -> bool

Two stop bits.