pub enum PLLSW {
_0,
_1,
}Expand description
Values that can be written to the field PLLS
Variants§
_0
FLL is selected.
_1
PLL is selected (PRDIV 0 need to be programmed to the correct divider to generate a PLL reference clock in the range of 2 - 4 MHz prior to setting the PLLS bit).
Auto Trait Implementations§
impl Freeze for PLLSW
impl RefUnwindSafe for PLLSW
impl Send for PLLSW
impl Sync for PLLSW
impl Unpin for PLLSW
impl UnwindSafe for PLLSW
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