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 Ord for Msipllsel
impl Ord for Msipllsel
§impl PartialOrd for Msipllsel
impl PartialOrd for Msipllsel
impl Copy for Msipllsel
impl Eq 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 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