#[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
Original FLEXCOMM I2S signals
SHARED_SET0_I2S_SIGNALS = 1
Shared Set0 I2S signals.
SHARED_SET1_I2S_SIGNALS = 2
Shared Set1 I2S signals.
_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