SbnsW

Type Alias SbnsW 

pub type SbnsW<'a, REG> = BitWriter<'a, REG, Sbns>;
Expand description

Field SBNS writer - Stop Bit Number Select

Aliased Type§

pub struct SbnsW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> SbnsW<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

One stop bit.

pub fn _1(self) -> &'a mut W<REG>

Two stop bits.