Enum Msipllsel
#[repr(u8)]pub enum Msipllsel {
Lse = 0,
Hse = 1,
}Variants§
Lse = 0
LSE is used as MSIRC0 input clock when PLL mode is selected.
Hse = 1
HSE or HSE/2 is used as MSIRC0 input clock when PLL mode is selected.
Implementations§
Trait Implementations§
impl Copy for Msipllsel
impl Eq for Msipllsel
§impl Ord for Msipllsel
impl Ord for Msipllsel
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 Msipllsel
impl PartialOrd for Msipllsel
impl StructuralPartialEq for Msipllsel
Auto Trait Implementations§
impl Freeze for Msipllsel
impl RefUnwindSafe for Msipllsel
impl Send for Msipllsel
impl Sync for Msipllsel
impl Unpin for Msipllsel
impl UnsafeUnpin for Msipllsel
impl UnwindSafe for Msipllsel
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