pub enum SpllSource {
Sosc,
Firc,
Sirc,
}Expand description
Input clock source for the PLL1/SPLL
Variants§
Sosc
External Oscillator (8-50MHz)
Firc
Fast Internal Oscillator (45MHz)
Sirc
S Internal Oscillator (12M)
Auto Trait Implementations§
impl Freeze for SpllSource
impl RefUnwindSafe for SpllSource
impl Send for SpllSource
impl Sync for SpllSource
impl Unpin for SpllSource
impl UnwindSafe for SpllSource
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