Enum stm32_metapac::rcc::vals::Msipllsel
#[repr(u8)]pub enum Msipllsel {
MSIK = 0,
MSIS = 1,
}
Variants§
MSIK = 0
PLL mode applied to MSIK (MSI kernel) clock output
MSIS = 1
PLL mode applied to MSIS (MSI system) clock output
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
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
)