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