pub enum PLLSRCW {
HSI,
HSE,
}
Expand description
Values that can be written to the field PLLSRC
Variants§
HSI
HSI clock selected as PLL and PLLI2S clock entry
HSE
HSE oscillator clock selected as PLL and PLLI2S clock entry
Auto Trait Implementations§
impl Freeze for PLLSRCW
impl RefUnwindSafe for PLLSRCW
impl Send for PLLSRCW
impl Sync for PLLSRCW
impl Unpin for PLLSRCW
impl UnwindSafe for PLLSRCW
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