Type Alias LoopenW

Source
pub type LoopenW<'a, REG> = BitWriter<'a, REG, Loopenselect>;
Expand description

Field LOOPEN writer - Local Loopback Enable

Aliased Type§

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

Implementations§

Source§

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

Source

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

Local Loopback is disabled

Source

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

Local Loopback is enabled