Enum stm32_metapac::rcc::vals::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 Ord for Lseext
impl Ord for Lseext
§impl PartialOrd for Lseext
impl PartialOrd for Lseext
impl Copy for Lseext
impl Eq 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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)