pub enum PLLSrc {
HSI,
HSE(Hertz),
HSE_BYPASS(Hertz),
}
Expand description
PLL clock input source
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PLLSrc
impl RefUnwindSafe for PLLSrc
impl Send for PLLSrc
impl Sync for PLLSrc
impl Unpin for PLLSrc
impl UnwindSafe for PLLSrc
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