pub type GPIOALPEN_R = BitReader<GPIOALPEN_A>;
Expand description
Field GPIOALPEN
reader - IO port A clock enable during sleep mode
Implementations
sourceimpl GPIOALPEN_R
impl GPIOALPEN_R
sourcepub fn variant(&self) -> GPIOALPEN_A
pub fn variant(&self) -> GPIOALPEN_A
Get enumerated values variant
sourcepub fn is_disabled_in_sleep(&self) -> bool
pub fn is_disabled_in_sleep(&self) -> bool
Checks if the value of the field is DisabledInSleep
sourcepub fn is_enabled_in_sleep(&self) -> bool
pub fn is_enabled_in_sleep(&self) -> bool
Checks if the value of the field is EnabledInSleep