MW

Type Alias MW 

pub type MW<'a, REG> = BitWriter<'a, REG, M>;
Expand description

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

Aliased Type§

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

Implementations§

§

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

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

Receiver and transmitter use 8-bit data characters.

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

Receiver and transmitter use 9-bit data characters.