Enum stm32_metapac::rcc::vals::Pllsrc
#[repr(u8)]pub enum Pllsrc {
HSI = 0,
HSE = 1,
}
Variants§
HSI = 0
HSI clock selected as PLL and PLLI2S clock entry
HSE = 1
HSE oscillator clock selected as PLL and PLLI2S clock entry
Implementations§
Trait Implementations§
§impl Ord for Pllsrc
impl Ord for Pllsrc
§impl PartialOrd for Pllsrc
impl PartialOrd for Pllsrc
impl Copy for Pllsrc
impl Eq 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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)