#[repr(u8)]pub enum SCKINSEL_A {
ORIG_FLEX_I2S_SIGNALS = 0,
SHARED_SET0_I2S_SIGNALS = 1,
SHARED_SET1_I2S_SIGNALS = 2,
}Expand description
Selects the source for SCK going into this Flexcomm.
Value on reset: 0
Variants§
ORIG_FLEX_I2S_SIGNALS = 0
0: Selects the dedicated FCn_SCK function for this Flexcomm.
SHARED_SET0_I2S_SIGNALS = 1
1: SCK is taken from shared signal set 0 (defined by SHAREDCTRLSET0).
SHARED_SET1_I2S_SIGNALS = 2
2: SCK is taken from shared signal set 1 (defined by SHAREDCTRLSET1).
Trait Implementations§
Source§impl Clone for SCKINSEL_A
impl Clone for SCKINSEL_A
Source§fn clone(&self) -> SCKINSEL_A
fn clone(&self) -> SCKINSEL_A
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 SCKINSEL_A
impl Debug for SCKINSEL_A
Source§impl From<SCKINSEL_A> for u8
impl From<SCKINSEL_A> for u8
Source§fn from(variant: SCKINSEL_A) -> Self
fn from(variant: SCKINSEL_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SCKINSEL_A
impl PartialEq for SCKINSEL_A
impl Copy for SCKINSEL_A
impl StructuralPartialEq for SCKINSEL_A
Auto Trait Implementations§
impl Freeze for SCKINSEL_A
impl RefUnwindSafe for SCKINSEL_A
impl Send for SCKINSEL_A
impl Sync for SCKINSEL_A
impl Unpin for SCKINSEL_A
impl UnwindSafe for SCKINSEL_A
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