Enum daisy::pac::rcc::pllcfgr::PLL2VCOSEL_A
pub enum PLL2VCOSEL_A {
WideVco = 0,
MediumVco = 1,
}
Expand description
PLL1 VCO selection
Value on reset: 0
Variants§
WideVco = 0
0: VCO frequency range 192 to 836 MHz
MediumVco = 1
1: VCO frequency range 150 to 420 MHz
Trait Implementations§
§impl Clone for PLL1VCOSEL_A
impl Clone for PLL1VCOSEL_A
§fn clone(&self) -> PLL1VCOSEL_A
fn clone(&self) -> PLL1VCOSEL_A
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for PLL1VCOSEL_A
impl Debug for PLL1VCOSEL_A
§impl PartialEq for PLL1VCOSEL_A
impl PartialEq for PLL1VCOSEL_A
§fn eq(&self, other: &PLL1VCOSEL_A) -> bool
fn eq(&self, other: &PLL1VCOSEL_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PLL1VCOSEL_A
impl StructuralPartialEq for PLL1VCOSEL_A
Auto Trait Implementations§
impl Freeze for PLL1VCOSEL_A
impl RefUnwindSafe for PLL1VCOSEL_A
impl Send for PLL1VCOSEL_A
impl Sync for PLL1VCOSEL_A
impl Unpin for PLL1VCOSEL_A
impl UnwindSafe for PLL1VCOSEL_A
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