Enum stm32wlxx_hal::pac::rcc::bdcr::LSEDRV_A
#[repr(u8)]pub enum LSEDRV_A {
Low = 0,
MedLow = 1,
MedHigh = 2,
High = 3,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
LSE oscillator drive capability
Value on reset: 0
Variants§
Low = 0
0: Xtal mode lower driving capability
MedLow = 1
1: Xtal mode medium-low driving capability
MedHigh = 2
2: Xtal mode medium-high driving capability
High = 3
3: Xtal mode higher driving capability
Trait Implementations§
impl Copy for LSEDRV_A
impl StructuralPartialEq for LSEDRV_A
Auto Trait Implementations§
impl RefUnwindSafe for LSEDRV_A
impl Send for LSEDRV_A
impl Sync for LSEDRV_A
impl Unpin for LSEDRV_A
impl UnwindSafe for LSEDRV_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