Enum stm32wlxx_hal::pac::rcc::bdcr::RTCSEL_A
#[repr(u8)]pub enum RTCSEL_A {
NoClock = 0,
Lse = 1,
Lsi = 2,
Hse32 = 3,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
RTC clock source selection
Value on reset: 0
Variants§
NoClock = 0
0: No clock
Lse = 1
1: LSE oscillator clock selected
Lsi = 2
2: LSI oscillator clock selected
Hse32 = 3
3: HSE32 oscillator clock divided by 32 selected
Trait Implementations§
impl Copy for RTCSEL_A
impl StructuralPartialEq for RTCSEL_A
Auto Trait Implementations§
impl RefUnwindSafe for RTCSEL_A
impl Send for RTCSEL_A
impl Sync for RTCSEL_A
impl Unpin for RTCSEL_A
impl UnwindSafe for RTCSEL_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