LoopsW

Type Alias LoopsW 

pub type LoopsW<'a, REG> = BitWriter<'a, REG, Loops>;
Expand description

Field LOOPS writer - Loop Mode Select

Aliased Type§

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

Implementations§

§

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

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

Normal operation - RXD and TXD use separate pins.

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

Loop mode or single-wire mode where transmitter outputs are internally connected to receiver input (see RSRC bit).