pub enum SWW {
HSI,
HSE,
PLL,
HSI48,
}Expand description
Values that can be written to the field SW
Variants§
HSI
HSI selected as system clock
HSE
HSE selected as system clock
PLL
PLL selected as system clock
HSI48
HSI48 selected as system clock (when available)
Auto Trait Implementations§
impl Freeze for SWW
impl RefUnwindSafe for SWW
impl Send for SWW
impl Sync for SWW
impl Unpin for SWW
impl UnwindSafe for SWW
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