#[repr(u8)]pub enum MixCtrlSmpClkSel {
SMP_CLK_SEL_0 = 0,
SMP_CLK_SEL_1 = 1,
}Variants§
SMP_CLK_SEL_0 = 0
Fixed clock is used to sample data / cmd
SMP_CLK_SEL_1 = 1
Tuned clock is used to sample data / cmd
Implementations§
Trait Implementations§
Source§impl Clone for MixCtrlSmpClkSel
impl Clone for MixCtrlSmpClkSel
Source§fn clone(&self) -> MixCtrlSmpClkSel
fn clone(&self) -> MixCtrlSmpClkSel
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 MixCtrlSmpClkSel
impl Debug for MixCtrlSmpClkSel
Source§impl From<MixCtrlSmpClkSel> for u8
impl From<MixCtrlSmpClkSel> for u8
Source§fn from(val: MixCtrlSmpClkSel) -> u8
fn from(val: MixCtrlSmpClkSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for MixCtrlSmpClkSel
impl From<u8> for MixCtrlSmpClkSel
Source§fn from(val: u8) -> MixCtrlSmpClkSel
fn from(val: u8) -> MixCtrlSmpClkSel
Converts to this type from the input type.
Source§impl Ord for MixCtrlSmpClkSel
impl Ord for MixCtrlSmpClkSel
Source§fn cmp(&self, other: &MixCtrlSmpClkSel) -> Ordering
fn cmp(&self, other: &MixCtrlSmpClkSel) -> 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 MixCtrlSmpClkSel
impl PartialEq for MixCtrlSmpClkSel
Source§impl PartialOrd for MixCtrlSmpClkSel
impl PartialOrd for MixCtrlSmpClkSel
impl Copy for MixCtrlSmpClkSel
impl Eq for MixCtrlSmpClkSel
impl StructuralPartialEq for MixCtrlSmpClkSel
Auto Trait Implementations§
impl Freeze for MixCtrlSmpClkSel
impl RefUnwindSafe for MixCtrlSmpClkSel
impl Send for MixCtrlSmpClkSel
impl Sync for MixCtrlSmpClkSel
impl Unpin for MixCtrlSmpClkSel
impl UnwindSafe for MixCtrlSmpClkSel
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