#[repr(u8)]pub enum Dmic0fclkselSel {
SFRO_CLK = 0,
FFRO_CLK = 1,
AUDIO_PLL_CLK = 2,
MASTER_CLK = 3,
LPOSC = 4,
WAKE_CLK_32KHZ = 5,
_RESERVED_6 = 6,
NONE = 7,
}Variants§
SFRO_CLK = 0
SFRO Clock.
FFRO_CLK = 1
FFRO Clock.
AUDIO_PLL_CLK = 2
Audio PLL Clock.
MASTER_CLK = 3
Master Clock In.
LPOSC = 4
Low Power Oscillator Clock (LPOSC).
WAKE_CLK_32KHZ = 5
32KHZ Wake Clk.
_RESERVED_6 = 6
NONE = 7
None, this may be selected in order to reduce power when no output is needed.
Implementations§
Trait Implementations§
Source§impl Clone for Dmic0fclkselSel
impl Clone for Dmic0fclkselSel
Source§fn clone(&self) -> Dmic0fclkselSel
fn clone(&self) -> Dmic0fclkselSel
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 Dmic0fclkselSel
impl Debug for Dmic0fclkselSel
Source§impl From<Dmic0fclkselSel> for u8
impl From<Dmic0fclkselSel> for u8
Source§fn from(val: Dmic0fclkselSel) -> u8
fn from(val: Dmic0fclkselSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Dmic0fclkselSel
impl From<u8> for Dmic0fclkselSel
Source§fn from(val: u8) -> Dmic0fclkselSel
fn from(val: u8) -> Dmic0fclkselSel
Converts to this type from the input type.
Source§impl Ord for Dmic0fclkselSel
impl Ord for Dmic0fclkselSel
Source§fn cmp(&self, other: &Dmic0fclkselSel) -> Ordering
fn cmp(&self, other: &Dmic0fclkselSel) -> 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 Dmic0fclkselSel
impl PartialEq for Dmic0fclkselSel
Source§impl PartialOrd for Dmic0fclkselSel
impl PartialOrd for Dmic0fclkselSel
impl Copy for Dmic0fclkselSel
impl Eq for Dmic0fclkselSel
impl StructuralPartialEq for Dmic0fclkselSel
Auto Trait Implementations§
impl Freeze for Dmic0fclkselSel
impl RefUnwindSafe for Dmic0fclkselSel
impl Send for Dmic0fclkselSel
impl Sync for Dmic0fclkselSel
impl Unpin for Dmic0fclkselSel
impl UnwindSafe for Dmic0fclkselSel
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