Enum Msikdivs
#[repr(u8)]pub enum Msikdivs {
_RESERVED_0 = 0,
Range512mhz = 1,
Range66mhz = 2,
Range73mhz = 3,
}Variants§
_RESERVED_0 = 0
Range512mhz = 1
Range 5 around 12 MHz (reset value).
Range66mhz = 2
Range 6 around 6 MHz.
Range73mhz = 3
Range 7 around 3 MHz.
Implementations§
Trait Implementations§
impl Copy for Msikdivs
impl Eq for Msikdivs
§impl Ord for Msikdivs
impl Ord for Msikdivs
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 Msikdivs
impl PartialOrd for Msikdivs
impl StructuralPartialEq for Msikdivs
Auto Trait Implementations§
impl Freeze for Msikdivs
impl RefUnwindSafe for Msikdivs
impl Send for Msikdivs
impl Sync for Msikdivs
impl Unpin for Msikdivs
impl UnsafeUnpin for Msikdivs
impl UnwindSafe for Msikdivs
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