Enum stm32f4xx_hal::pac::rcc::apb1lpenr::I2C3LPEN_A
source · [−]pub enum I2C3LPEN_A {
DisabledInSleep,
EnabledInSleep,
}
Expand description
TIM2 clock enable during Sleep mode
Value on reset: 1
Variants
DisabledInSleep
0: Selected module is disabled during Sleep mode
EnabledInSleep
1: Selected module is enabled during Sleep mode
Trait Implementations
sourceimpl Clone for TIM2LPEN_A
impl Clone for TIM2LPEN_A
sourcefn clone(&self) -> TIM2LPEN_A
fn clone(&self) -> TIM2LPEN_A
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for TIM2LPEN_A
impl Debug for TIM2LPEN_A
sourceimpl PartialEq<TIM2LPEN_A> for TIM2LPEN_A
impl PartialEq<TIM2LPEN_A> for TIM2LPEN_A
sourcefn eq(&self, other: &TIM2LPEN_A) -> bool
fn eq(&self, other: &TIM2LPEN_A) -> bool
impl Copy for TIM2LPEN_A
impl StructuralPartialEq for TIM2LPEN_A
Auto Trait Implementations
impl RefUnwindSafe for TIM2LPEN_A
impl Send for TIM2LPEN_A
impl Sync for TIM2LPEN_A
impl Unpin for TIM2LPEN_A
impl UnwindSafe for TIM2LPEN_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more