IltW

Type Alias IltW 

pub type IltW<'a, REG> = BitWriter<'a, REG, Ilt>;
Expand description

Field ILT writer - Idle Line Type Select

Aliased Type§

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

Implementations§

§

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

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

Idle character bit count starts after start bit.

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

Idle character bit count starts after stop bit.