#[repr(u8)]pub enum Spdif0ClkSel {
SPDIF0_CLK_SEL_0 = 0,
SPDIF0_CLK_SEL_1 = 1,
SPDIF0_CLK_SEL_2 = 2,
SPDIF0_CLK_SEL_3 = 3,
}Variants§
SPDIF0_CLK_SEL_0 = 0
derive clock from PLL4
SPDIF0_CLK_SEL_1 = 1
derive clock from PLL3 PFD2
SPDIF0_CLK_SEL_2 = 2
derive clock from PLL5
SPDIF0_CLK_SEL_3 = 3
derive clock from pll3_sw_clk
Implementations§
Source§impl Spdif0ClkSel
impl Spdif0ClkSel
Trait Implementations§
Source§impl Clone for Spdif0ClkSel
impl Clone for Spdif0ClkSel
Source§fn clone(&self) -> Spdif0ClkSel
fn clone(&self) -> Spdif0ClkSel
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 Spdif0ClkSel
impl Debug for Spdif0ClkSel
Source§impl From<Spdif0ClkSel> for u8
impl From<Spdif0ClkSel> for u8
Source§fn from(val: Spdif0ClkSel) -> u8
fn from(val: Spdif0ClkSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Spdif0ClkSel
impl From<u8> for Spdif0ClkSel
Source§fn from(val: u8) -> Spdif0ClkSel
fn from(val: u8) -> Spdif0ClkSel
Converts to this type from the input type.
Source§impl Ord for Spdif0ClkSel
impl Ord for Spdif0ClkSel
Source§fn cmp(&self, other: &Spdif0ClkSel) -> Ordering
fn cmp(&self, other: &Spdif0ClkSel) -> 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 Spdif0ClkSel
impl PartialEq for Spdif0ClkSel
Source§impl PartialOrd for Spdif0ClkSel
impl PartialOrd for Spdif0ClkSel
impl Copy for Spdif0ClkSel
impl Eq for Spdif0ClkSel
impl StructuralPartialEq for Spdif0ClkSel
Auto Trait Implementations§
impl Freeze for Spdif0ClkSel
impl RefUnwindSafe for Spdif0ClkSel
impl Send for Spdif0ClkSel
impl Sync for Spdif0ClkSel
impl Unpin for Spdif0ClkSel
impl UnwindSafe for Spdif0ClkSel
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