Enum Pllissrc
#[repr(u8)]pub enum Pllissrc {
HSE_HSI = 0,
EXTERNAL = 1,
}
Variants§
HSE_HSI = 0
HSE or HSI depending on PLLSRC of PLLCFGR
EXTERNAL = 1
External AFI clock (CK_PLLI2S_EXT) selected as PLL clock entry
Implementations§
Trait Implementations§
§impl Ord for Pllissrc
impl Ord for Pllissrc
§impl PartialOrd for Pllissrc
impl PartialOrd for Pllissrc
impl Copy for Pllissrc
impl Eq for Pllissrc
impl StructuralPartialEq for Pllissrc
Auto Trait Implementations§
impl Freeze for Pllissrc
impl RefUnwindSafe for Pllissrc
impl Send for Pllissrc
impl Sync for Pllissrc
impl Unpin for Pllissrc
impl UnwindSafe for Pllissrc
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