#[repr(u8)]pub enum Hfclk192mstatSrc {
HFINT = 0,
HFXO = 1,
}
Variants§
HFINT = 0
Clock source: HFINT - on-chip oscillator
HFXO = 1
Clock source: HFXO - derived from external 32 MHz crystal oscillator
Implementations§
Trait Implementations§
Source§impl Clone for Hfclk192mstatSrc
impl Clone for Hfclk192mstatSrc
Source§fn clone(&self) -> Hfclk192mstatSrc
fn clone(&self) -> Hfclk192mstatSrc
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl From<Hfclk192mstatSrc> for u8
impl From<Hfclk192mstatSrc> for u8
Source§fn from(val: Hfclk192mstatSrc) -> u8
fn from(val: Hfclk192mstatSrc) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Hfclk192mstatSrc
impl From<u8> for Hfclk192mstatSrc
Source§fn from(val: u8) -> Hfclk192mstatSrc
fn from(val: u8) -> Hfclk192mstatSrc
Converts to this type from the input type.
Source§impl Ord for Hfclk192mstatSrc
impl Ord for Hfclk192mstatSrc
Source§fn cmp(&self, other: &Hfclk192mstatSrc) -> Ordering
fn cmp(&self, other: &Hfclk192mstatSrc) -> Ordering
1.21.0 · 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
Source§impl PartialEq for Hfclk192mstatSrc
impl PartialEq for Hfclk192mstatSrc
Source§impl PartialOrd for Hfclk192mstatSrc
impl PartialOrd for Hfclk192mstatSrc
impl Copy for Hfclk192mstatSrc
impl Eq for Hfclk192mstatSrc
impl StructuralPartialEq for Hfclk192mstatSrc
Auto Trait Implementations§
impl Freeze for Hfclk192mstatSrc
impl RefUnwindSafe for Hfclk192mstatSrc
impl Send for Hfclk192mstatSrc
impl Sync for Hfclk192mstatSrc
impl Unpin for Hfclk192mstatSrc
impl UnwindSafe for Hfclk192mstatSrc
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)