#[repr(u8)]pub enum DspcpuclkselaSel {
FFRO_CLK = 0,
XTAL_CLK = 1,
LPOSC = 2,
SFRO_CLK = 3,
}Variants§
FFRO_CLK = 0
FFRO Clock.
XTAL_CLK = 1
XTALIN Clock.
LPOSC = 2
Low Power Oscillator Clock (LPOSC).
SFRO_CLK = 3
SFRO Clock.
Implementations§
Trait Implementations§
Source§impl Clone for DspcpuclkselaSel
impl Clone for DspcpuclkselaSel
Source§fn clone(&self) -> DspcpuclkselaSel
fn clone(&self) -> DspcpuclkselaSel
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 DspcpuclkselaSel
impl Debug for DspcpuclkselaSel
Source§impl From<DspcpuclkselaSel> for u8
impl From<DspcpuclkselaSel> for u8
Source§fn from(val: DspcpuclkselaSel) -> u8
fn from(val: DspcpuclkselaSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for DspcpuclkselaSel
impl From<u8> for DspcpuclkselaSel
Source§fn from(val: u8) -> DspcpuclkselaSel
fn from(val: u8) -> DspcpuclkselaSel
Converts to this type from the input type.
Source§impl Ord for DspcpuclkselaSel
impl Ord for DspcpuclkselaSel
Source§fn cmp(&self, other: &DspcpuclkselaSel) -> Ordering
fn cmp(&self, other: &DspcpuclkselaSel) -> 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 DspcpuclkselaSel
impl PartialEq for DspcpuclkselaSel
Source§impl PartialOrd for DspcpuclkselaSel
impl PartialOrd for DspcpuclkselaSel
impl Copy for DspcpuclkselaSel
impl Eq for DspcpuclkselaSel
impl StructuralPartialEq for DspcpuclkselaSel
Auto Trait Implementations§
impl Freeze for DspcpuclkselaSel
impl RefUnwindSafe for DspcpuclkselaSel
impl Send for DspcpuclkselaSel
impl Sync for DspcpuclkselaSel
impl Unpin for DspcpuclkselaSel
impl UnwindSafe for DspcpuclkselaSel
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