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