Enum stm32wlxx_hal::rtc::Clk
source · #[repr(u8)]pub enum Clk {
Lse = 1,
Lsi = 2,
Hse = 3,
}
Available on crate feature
chrono
only.Expand description
RTC clock selection
Variants§
Lse = 1
LSE oscillator clock selected.
Lsi = 2
LSI oscillator clock selected.
Hse = 3
HSE32 oscillator clock divided by 32 selected.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Clk
impl Send for Clk
impl Sync for Clk
impl Unpin for Clk
impl UnwindSafe for Clk
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