IdleW

Type Alias IdleW 

pub type IdleW<'a, REG> = BitWriter<'a, REG, Idle>;
Expand description

Field IDLE writer - Idle Line Flag

Aliased Type§

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

Implementations§

§

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

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

No idle line detected.

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

Idle line was detected.