Enum Msikdiv
#[repr(u8)]pub enum Msikdiv {
DIV1 = 0,
DIV2 = 1,
DIV4 = 2,
DIV8 = 3,
}Variants§
DIV1 = 0
MSIRC0/1 is selected for MSIK (range 0 around 96 MHz).
DIV2 = 1
MSIRC0/2 is selected for MSIK (range 1 around 48 MHz).
DIV4 = 2
MSIRC0/4 is selected for MSIK (range 2 around 24 MHz).
DIV8 = 3
MSIRC0/8 is selected for MSIK (range 3 around 12 MHz).
Implementations§
Trait Implementations§
§impl Ord for Msikdiv
impl Ord for Msikdiv
§impl PartialOrd for Msikdiv
impl PartialOrd for Msikdiv
impl Copy for Msikdiv
impl Eq for Msikdiv
impl StructuralPartialEq for Msikdiv
Auto Trait Implementations§
impl Freeze for Msikdiv
impl RefUnwindSafe for Msikdiv
impl Send for Msikdiv
impl Sync for Msikdiv
impl Unpin for Msikdiv
impl UnwindSafe for Msikdiv
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