#[repr(u8)]pub enum Dataoutsel {
ORIG_FLEX_I2S_SIGNALS = 0,
SHARED_SET0_I2S_SIGNALS = 1,
SHARED_SET1_I2S_SIGNALS = 2,
_RESERVED_3 = 3,
}Variants§
ORIG_FLEX_I2S_SIGNALS = 0
Selects the dedicated FCn_RXD_SDA_MOSI_DATA output from this Flexcomm.
SHARED_SET0_I2S_SIGNALS = 1
Output data is taken from shared signal set 0 (defined by SHAREDCTRLSET0).
SHARED_SET1_I2S_SIGNALS = 2
Output data is taken from shared signal set 1 (defined by SHAREDCTRLSET1).
_RESERVED_3 = 3
Implementations§
Source§impl Dataoutsel
impl Dataoutsel
Trait Implementations§
Source§impl Clone for Dataoutsel
impl Clone for Dataoutsel
Source§fn clone(&self) -> Dataoutsel
fn clone(&self) -> Dataoutsel
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
impl Debug for Dataoutsel
Source§impl From<Dataoutsel> for u8
impl From<Dataoutsel> for u8
Source§fn from(val: Dataoutsel) -> u8
fn from(val: Dataoutsel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Dataoutsel
impl From<u8> for Dataoutsel
Source§fn from(val: u8) -> Dataoutsel
fn from(val: u8) -> Dataoutsel
Converts to this type from the input type.
Source§impl Ord for Dataoutsel
impl Ord for Dataoutsel
Source§fn cmp(&self, other: &Dataoutsel) -> Ordering
fn cmp(&self, other: &Dataoutsel) -> 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 Dataoutsel
impl PartialEq for Dataoutsel
Source§impl PartialOrd for Dataoutsel
impl PartialOrd for Dataoutsel
impl Copy for Dataoutsel
impl Eq for Dataoutsel
impl StructuralPartialEq for Dataoutsel
Auto Trait Implementations§
impl Freeze for Dataoutsel
impl RefUnwindSafe for Dataoutsel
impl Send for Dataoutsel
impl Sync for Dataoutsel
impl Unpin for Dataoutsel
impl UnwindSafe for Dataoutsel
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