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