Enum stm32wlxx_hal::pac::rcc::c2apb1smenr2::LPTIM2SMEN_A
pub enum LPTIM2SMEN_A {
Disabled = 0,
Enabled = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Low power UART 1 clock enable during CPU2 CSleep and CStop mode
Value on reset: 1
Variants§
Trait Implementations§
§impl Clone for LPUART1SMEN_A
impl Clone for LPUART1SMEN_A
§fn clone(&self) -> LPUART1SMEN_A
fn clone(&self) -> LPUART1SMEN_A
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for LPUART1SMEN_A
impl Debug for LPUART1SMEN_A
§impl PartialEq for LPUART1SMEN_A
impl PartialEq for LPUART1SMEN_A
§fn eq(&self, other: &LPUART1SMEN_A) -> bool
fn eq(&self, other: &LPUART1SMEN_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LPUART1SMEN_A
impl StructuralPartialEq for LPUART1SMEN_A
Auto Trait Implementations§
impl RefUnwindSafe for LPUART1SMEN_A
impl Send for LPUART1SMEN_A
impl Sync for LPUART1SMEN_A
impl Unpin for LPUART1SMEN_A
impl UnwindSafe for LPUART1SMEN_A
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more