#[repr(u8)]pub enum AudiomclkselSel {
FFRO_CLK = 0,
AUDIO_PLL_CLK = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
NONE = 7,
}Variants§
FFRO_CLK = 0
FFRO Clock.
AUDIO_PLL_CLK = 1
AUDIO PLL Clock. (Shared Domain)
_RESERVED_2 = 2
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_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 AudiomclkselSel
impl Clone for AudiomclkselSel
Source§fn clone(&self) -> AudiomclkselSel
fn clone(&self) -> AudiomclkselSel
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 AudiomclkselSel
impl Debug for AudiomclkselSel
Source§impl From<AudiomclkselSel> for u8
impl From<AudiomclkselSel> for u8
Source§fn from(val: AudiomclkselSel) -> u8
fn from(val: AudiomclkselSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for AudiomclkselSel
impl From<u8> for AudiomclkselSel
Source§fn from(val: u8) -> AudiomclkselSel
fn from(val: u8) -> AudiomclkselSel
Converts to this type from the input type.
Source§impl Ord for AudiomclkselSel
impl Ord for AudiomclkselSel
Source§fn cmp(&self, other: &AudiomclkselSel) -> Ordering
fn cmp(&self, other: &AudiomclkselSel) -> 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 AudiomclkselSel
impl PartialEq for AudiomclkselSel
Source§impl PartialOrd for AudiomclkselSel
impl PartialOrd for AudiomclkselSel
impl Copy for AudiomclkselSel
impl Eq for AudiomclkselSel
impl StructuralPartialEq for AudiomclkselSel
Auto Trait Implementations§
impl Freeze for AudiomclkselSel
impl RefUnwindSafe for AudiomclkselSel
impl Send for AudiomclkselSel
impl Sync for AudiomclkselSel
impl Unpin for AudiomclkselSel
impl UnwindSafe for AudiomclkselSel
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