#[repr(u8)]pub enum PDMCLKSEL_A {
HFRCO = 0,
HFXO = 1,
USHFRCO = 2,
CLKIN0 = 3,
}Expand description
PDM Core Clock Select
Value on reset: 0
Variants§
HFRCO = 0
0: HFRCO clock is used to clock PDM
HFXO = 1
1: HFXO clock is used to clock PDM
USHFRCO = 2
2: USHFRCO is used to clock PDM
CLKIN0 = 3
3: CLKIN0 is selected as HFCLK clock source
Trait Implementations§
Source§impl Clone for PDMCLKSEL_A
impl Clone for PDMCLKSEL_A
Source§fn clone(&self) -> PDMCLKSEL_A
fn clone(&self) -> PDMCLKSEL_A
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 PDMCLKSEL_A
impl Debug for PDMCLKSEL_A
Source§impl From<PDMCLKSEL_A> for u8
impl From<PDMCLKSEL_A> for u8
Source§fn from(variant: PDMCLKSEL_A) -> Self
fn from(variant: PDMCLKSEL_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for PDMCLKSEL_A
impl PartialEq for PDMCLKSEL_A
impl Copy for PDMCLKSEL_A
impl StructuralPartialEq for PDMCLKSEL_A
Auto Trait Implementations§
impl Freeze for PDMCLKSEL_A
impl RefUnwindSafe for PDMCLKSEL_A
impl Send for PDMCLKSEL_A
impl Sync for PDMCLKSEL_A
impl Unpin for PDMCLKSEL_A
impl UnwindSafe for PDMCLKSEL_A
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