Enum Lseext
#[repr(u8)]pub enum Lseext {
Analog = 0,
Digital = 1,
}Variants§
Analog = 0
LSE in analog mode (default after Backup domain reset)
Digital = 1
LSE in digital mode (do not use if RTC is active).
Implementations§
Trait Implementations§
impl Copy for Lseext
impl Eq for Lseext
§impl Ord for Lseext
impl Ord for Lseext
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Lseext
impl PartialOrd for Lseext
impl StructuralPartialEq for Lseext
Auto Trait Implementations§
impl Freeze for Lseext
impl RefUnwindSafe for Lseext
impl Send for Lseext
impl Sync for Lseext
impl Unpin for Lseext
impl UnsafeUnpin for Lseext
impl UnwindSafe for Lseext
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