M10W

Type Alias M10W 

pub type M10W<'a, REG> = BitWriter<'a, REG, M10>;
Expand description

Field M10 writer - 10-bit Mode select

Aliased Type§

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

Implementations§

§

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

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

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

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

Receiver and transmitter use 10-bit data characters.