M7W

Type Alias M7W 

pub type M7W<'a, REG> = BitWriter<'a, REG, M7>;
Expand description

Field M7 writer - 7-Bit Mode Select

Aliased Type§

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

Implementations§

§

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

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

Receiver and transmitter use 8-bit to 10-bit data characters.

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

Receiver and transmitter use 7-bit data characters.