#[repr(u8)]pub enum DspcpuclkselbSel {
MAIN_1ST_CLK = 0,
MAIN_PLL_CLK = 1,
DSP_PLL_CLK = 2,
RTC_32K_CLK = 3,
}Variants§
MAIN_1ST_CLK = 0
MAINCLKSELA 1st Stage Clock.
MAIN_PLL_CLK = 1
Main System PLL Clock.
DSP_PLL_CLK = 2
DSP System PLL Clock.
RTC_32K_CLK = 3
RTC 32KHz Clock.
Implementations§
Trait Implementations§
Source§impl Clone for DspcpuclkselbSel
impl Clone for DspcpuclkselbSel
Source§fn clone(&self) -> DspcpuclkselbSel
fn clone(&self) -> DspcpuclkselbSel
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 DspcpuclkselbSel
impl Debug for DspcpuclkselbSel
Source§impl From<DspcpuclkselbSel> for u8
impl From<DspcpuclkselbSel> for u8
Source§fn from(val: DspcpuclkselbSel) -> u8
fn from(val: DspcpuclkselbSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for DspcpuclkselbSel
impl From<u8> for DspcpuclkselbSel
Source§fn from(val: u8) -> DspcpuclkselbSel
fn from(val: u8) -> DspcpuclkselbSel
Converts to this type from the input type.
Source§impl Ord for DspcpuclkselbSel
impl Ord for DspcpuclkselbSel
Source§fn cmp(&self, other: &DspcpuclkselbSel) -> Ordering
fn cmp(&self, other: &DspcpuclkselbSel) -> 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 DspcpuclkselbSel
impl PartialEq for DspcpuclkselbSel
Source§impl PartialOrd for DspcpuclkselbSel
impl PartialOrd for DspcpuclkselbSel
impl Copy for DspcpuclkselbSel
impl Eq for DspcpuclkselbSel
impl StructuralPartialEq for DspcpuclkselbSel
Auto Trait Implementations§
impl Freeze for DspcpuclkselbSel
impl RefUnwindSafe for DspcpuclkselbSel
impl Send for DspcpuclkselbSel
impl Sync for DspcpuclkselbSel
impl Unpin for DspcpuclkselbSel
impl UnwindSafe for DspcpuclkselbSel
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