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