#[repr(u8)]pub enum Wsinsel {
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§
Trait Implementations§
Source§impl Ord for Wsinsel
impl Ord for Wsinsel
Source§impl PartialOrd for Wsinsel
impl PartialOrd for Wsinsel
impl Copy for Wsinsel
impl Eq for Wsinsel
impl StructuralPartialEq for Wsinsel
Auto Trait Implementations§
impl Freeze for Wsinsel
impl RefUnwindSafe for Wsinsel
impl Send for Wsinsel
impl Sync for Wsinsel
impl Unpin for Wsinsel
impl UnwindSafe for Wsinsel
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