Enum stm32wlxx_hal::pac::rcc::bdcr::LSESYSEN_A
pub enum LSESYSEN_A {
Disabled = 0,
Enabled = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
LSE system clock enable
Value on reset: 0
Variants§
Disabled = 0
0: LSE system clock disabled to USARTx, LPUARTx, LPTIMx, TIMx, RNG, system LSCO, MCO, MSI PLL mode
Enabled = 1
1: LSE system clock enabled to USARTx, LPUARTx, LPTIMx, TIMx, RNG, system LSCO, MCO, MSI PLL mode
Trait Implementations§
§impl Clone for LSESYSEN_A
impl Clone for LSESYSEN_A
§fn clone(&self) -> LSESYSEN_A
fn clone(&self) -> LSESYSEN_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 LSESYSEN_A
impl Debug for LSESYSEN_A
§impl PartialEq for LSESYSEN_A
impl PartialEq for LSESYSEN_A
§fn eq(&self, other: &LSESYSEN_A) -> bool
fn eq(&self, other: &LSESYSEN_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LSESYSEN_A
impl StructuralPartialEq for LSESYSEN_A
Auto Trait Implementations§
impl RefUnwindSafe for LSESYSEN_A
impl Send for LSESYSEN_A
impl Sync for LSESYSEN_A
impl Unpin for LSESYSEN_A
impl UnwindSafe for LSESYSEN_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