pub type TIM2LPEN_R = BitReader<TIM2LPEN_A>;
Expand description
Field TIM2LPEN
reader - TIM2 clock enable during Sleep mode
Implementations
sourceimpl TIM2LPEN_R
impl TIM2LPEN_R
sourcepub fn variant(&self) -> TIM2LPEN_A
pub fn variant(&self) -> TIM2LPEN_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