Type Alias LedctrlW

Source
pub type LedctrlW<'a, REG> = BitWriter<'a, REG, Ledctrlselect>;
Expand description

Field LEDCTRL writer - LED Control

Aliased Type§

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

Implementations§

Source§

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

Source

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

LED off

Source

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

LED on