#[repr(u8)]pub enum HFCLKSEL_AW {
HFRCO = 1,
HFXO = 2,
LFRCO = 3,
LFXO = 4,
}
Expand description
HFCLK Select
Value on reset: 0
Variants§
HFRCO = 1
1: Select HFRCO as HFCLK.
HFXO = 2
2: Select HFXO as HFCLK.
LFRCO = 3
3: Select LFRCO as HFCLK.
LFXO = 4
4: Select LFXO as HFCLK.
Trait Implementations§
Source§impl Clone for HFCLKSEL_AW
impl Clone for HFCLKSEL_AW
Source§fn clone(&self) -> HFCLKSEL_AW
fn clone(&self) -> HFCLKSEL_AW
Returns a duplicate 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 Debug for HFCLKSEL_AW
impl Debug for HFCLKSEL_AW
Source§impl From<HFCLKSEL_AW> for u8
impl From<HFCLKSEL_AW> for u8
Source§fn from(variant: HFCLKSEL_AW) -> Self
fn from(variant: HFCLKSEL_AW) -> Self
Converts to this type from the input type.
Source§impl PartialEq for HFCLKSEL_AW
impl PartialEq for HFCLKSEL_AW
impl Copy for HFCLKSEL_AW
impl StructuralPartialEq for HFCLKSEL_AW
Auto Trait Implementations§
impl Freeze for HFCLKSEL_AW
impl RefUnwindSafe for HFCLKSEL_AW
impl Send for HFCLKSEL_AW
impl Sync for HFCLKSEL_AW
impl Unpin for HFCLKSEL_AW
impl UnwindSafe for HFCLKSEL_AW
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