LpbW

Type Alias LpbW 

pub type LpbW<'a, REG> = BitWriter<'a, REG, Lpb>;
Expand description

Field LPB writer - Loop Back Mode

Aliased Type§

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

Implementations§

§

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

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

Loop Back disabled.

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

Loop Back enabled.