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 Copy for Msisdiv
impl Eq for Msisdiv
§impl Ord for Msisdiv
impl Ord for Msisdiv
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Msisdiv
impl PartialOrd 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 UnsafeUnpin 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