Type Alias LedctrlR

Source
pub type LedctrlR = BitReader<Ledctrlselect>;
Expand description

Field LEDCTRL reader - LED Control

Aliased Type§

struct LedctrlR { /* private fields */ }

Implementations§

Source§

impl LedctrlR

Source

pub const fn variant(&self) -> Ledctrlselect

Get enumerated values variant

Source

pub fn is_off(&self) -> bool

LED off

Source

pub fn is_on(&self) -> bool

LED on