Enum Pllsrc
#[repr(u8)]pub enum Pllsrc {
HsiDiv2 = 0,
HsiDivPrediv = 1,
HseDivPrediv = 2,
Hsi48DivPrediv = 3,
}Variants§
HsiDiv2 = 0
HSI divided by 2 selected as PLL input clock
HsiDivPrediv = 1
HSI divided by PREDIV selected as PLL input clock
HseDivPrediv = 2
HSE divided by PREDIV selected as PLL input clock
Hsi48DivPrediv = 3
HSI48 divided by PREDIV selected as PLL input clock
Implementations§
Trait Implementations§
impl Copy for Pllsrc
impl Eq for Pllsrc
§impl Ord for Pllsrc
impl Ord for Pllsrc
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Pllsrc
impl PartialOrd for Pllsrc
impl StructuralPartialEq for Pllsrc
Auto Trait Implementations§
impl Freeze for Pllsrc
impl RefUnwindSafe for Pllsrc
impl Send for Pllsrc
impl Sync for Pllsrc
impl Unpin for Pllsrc
impl UnsafeUnpin for Pllsrc
impl UnwindSafe for Pllsrc
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