pub enum LfclkSource {
InternalRC,
Synthesized,
ExternalXtal,
}
Expand description
Low frequency clock source
Variants§
InternalRC
Internal RC oscillator
Synthesized
Synthesized from the high frequency clock source.
ExternalXtal
External source from xtal.
Auto Trait Implementations§
impl Freeze for LfclkSource
impl RefUnwindSafe for LfclkSource
impl Send for LfclkSource
impl Sync for LfclkSource
impl Unpin for LfclkSource
impl UnwindSafe for LfclkSource
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