#[repr(u8)]pub enum WSINSEL_A {
ORIG_FLEX_I2S_SIGNALS = 0,
SHARED_SET0_I2S_SIGNALS = 1,
SHARED_SET1_I2S_SIGNALS = 2,
}Expand description
Selects the source for WS going into this Flexcomm.
Value on reset: 0
Variants§
ORIG_FLEX_I2S_SIGNALS = 0
0: Selects the dedicated (FCn_TXD_SCL_MISO_WS) function for this Flexcomm.
SHARED_SET0_I2S_SIGNALS = 1
1: WS is taken from shared signal set 0 (defined by SHAREDCTRLSET0).
SHARED_SET1_I2S_SIGNALS = 2
2: WS is taken from shared signal set 1 (defined by SHAREDCTRLSET1).
Trait Implementations§
impl Copy for WSINSEL_A
impl StructuralPartialEq for WSINSEL_A
Auto Trait Implementations§
impl Freeze for WSINSEL_A
impl RefUnwindSafe for WSINSEL_A
impl Send for WSINSEL_A
impl Sync for WSINSEL_A
impl Unpin for WSINSEL_A
impl UnwindSafe for WSINSEL_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