Enum Msiksel
#[repr(u8)]pub enum Msiksel {
MSIRC0_96MHZ = 0,
MSIRC1_24MHZ = 1,
}Variants§
MSIRC0_96MHZ = 0
MSIRC0 (96 MHz) is selected as source to generate MSIK.
MSIRC1_24MHZ = 1
MSIRC1 (24 MHz) is selected as source to generate MSIK.
Implementations§
Trait Implementations§
§impl Ord for Msiksel
impl Ord for Msiksel
§impl PartialOrd for Msiksel
impl PartialOrd for Msiksel
impl Copy for Msiksel
impl Eq for Msiksel
impl StructuralPartialEq for Msiksel
Auto Trait Implementations§
impl Freeze for Msiksel
impl RefUnwindSafe for Msiksel
impl Send for Msiksel
impl Sync for Msiksel
impl Unpin for Msiksel
impl UnwindSafe for Msiksel
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