pub enum LSCOSrc {
LSI,
LSE,
}
Expand description
Low-speed clocks output source
Variants§
Auto Trait Implementations§
impl Freeze for LSCOSrc
impl RefUnwindSafe for LSCOSrc
impl Send for LSCOSrc
impl Sync for LSCOSrc
impl Unpin for LSCOSrc
impl UnwindSafe for LSCOSrc
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