#[repr(u8)]pub enum Sai1Mclk2Sel {
SAI1_MCLK2_SEL_0 = 0,
SAI1_MCLK2_SEL_1 = 1,
SAI1_MCLK2_SEL_2 = 2,
SAI1_MCLK2_SEL_3 = 3,
SAI1_MCLK2_SEL_4 = 4,
SAI1_MCLK2_SEL_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
SAI1_MCLK2_SEL_0 = 0
ccm.ssi1_clk_root
SAI1_MCLK2_SEL_1 = 1
ccm.ssi2_clk_root
SAI1_MCLK2_SEL_2 = 2
ccm.ssi3_clk_root
SAI1_MCLK2_SEL_3 = 3
iomux.sai1_ipg_clk_sai_mclk
SAI1_MCLK2_SEL_4 = 4
iomux.sai2_ipg_clk_sai_mclk
SAI1_MCLK2_SEL_5 = 5
iomux.sai3_ipg_clk_sai_mclk
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Source§impl Sai1Mclk2Sel
impl Sai1Mclk2Sel
Trait Implementations§
Source§impl Clone for Sai1Mclk2Sel
impl Clone for Sai1Mclk2Sel
Source§fn clone(&self) -> Sai1Mclk2Sel
fn clone(&self) -> Sai1Mclk2Sel
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 Sai1Mclk2Sel
impl Debug for Sai1Mclk2Sel
Source§impl From<Sai1Mclk2Sel> for u8
impl From<Sai1Mclk2Sel> for u8
Source§fn from(val: Sai1Mclk2Sel) -> u8
fn from(val: Sai1Mclk2Sel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Sai1Mclk2Sel
impl From<u8> for Sai1Mclk2Sel
Source§fn from(val: u8) -> Sai1Mclk2Sel
fn from(val: u8) -> Sai1Mclk2Sel
Converts to this type from the input type.
Source§impl Ord for Sai1Mclk2Sel
impl Ord for Sai1Mclk2Sel
Source§fn cmp(&self, other: &Sai1Mclk2Sel) -> Ordering
fn cmp(&self, other: &Sai1Mclk2Sel) -> 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 Sai1Mclk2Sel
impl PartialEq for Sai1Mclk2Sel
Source§impl PartialOrd for Sai1Mclk2Sel
impl PartialOrd for Sai1Mclk2Sel
impl Copy for Sai1Mclk2Sel
impl Eq for Sai1Mclk2Sel
impl StructuralPartialEq for Sai1Mclk2Sel
Auto Trait Implementations§
impl Freeze for Sai1Mclk2Sel
impl RefUnwindSafe for Sai1Mclk2Sel
impl Send for Sai1Mclk2Sel
impl Sync for Sai1Mclk2Sel
impl Unpin for Sai1Mclk2Sel
impl UnwindSafe for Sai1Mclk2Sel
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