#[repr(u8)]pub enum Sckinsel {
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_SCK function for this Flexcomm.
SHARED_SET0_I2S_SIGNALS = 1
SCK is taken from shared signal set 0 (defined by SHAREDCTRLSET0).
SHARED_SET1_I2S_SIGNALS = 2
SCK is taken from shared signal set 1 (defined by SHAREDCTRLSET1).
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Ord for Sckinsel
impl Ord for Sckinsel
Source§impl PartialOrd for Sckinsel
impl PartialOrd for Sckinsel
impl Copy for Sckinsel
impl Eq for Sckinsel
impl StructuralPartialEq for Sckinsel
Auto Trait Implementations§
impl Freeze for Sckinsel
impl RefUnwindSafe for Sckinsel
impl Send for Sckinsel
impl Sync for Sckinsel
impl Unpin for Sckinsel
impl UnwindSafe for Sckinsel
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