pub type TIM1LPEN_R = BitReader<TIM1LPEN_A>;
Expand description
Field TIM1LPEN
reader - TIM1 clock enable during Sleep mode
Implementations
sourceimpl TIM1LPEN_R
impl TIM1LPEN_R
sourcepub fn variant(&self) -> TIM1LPEN_A
pub fn variant(&self) -> TIM1LPEN_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