#[repr(u8)]pub enum SHAREDWSSEL_A {
FLEXCOMM0 = 0,
FLEXCOMM1 = 1,
FLEXCOMM2 = 2,
FLEXCOMM3 = 3,
FLEXCOMM4 = 4,
FLEXCOMM5 = 5,
FLEXCOMM6 = 6,
FLEXCOMM7 = 7,
}Expand description
Selects the source for WS of this shared signal set.
Value on reset: 0
Variants§
FLEXCOMM0 = 0
0: WS for this shared signal set comes from Flexcomm 0.
FLEXCOMM1 = 1
1: WS for this shared signal set comes from Flexcomm 1.
FLEXCOMM2 = 2
2: WS for this shared signal set comes from Flexcomm 2.
FLEXCOMM3 = 3
3: WS for this shared signal set comes from Flexcomm 3.
FLEXCOMM4 = 4
4: WS for this shared signal set comes from Flexcomm 4.
FLEXCOMM5 = 5
5: WS for this shared signal set comes from Flexcomm 5.
FLEXCOMM6 = 6
6: WS for this shared signal set comes from Flexcomm 6.
FLEXCOMM7 = 7
7: WS for this shared signal set comes from Flexcomm 7.
Trait Implementations§
Source§impl Clone for SHAREDWSSEL_A
impl Clone for SHAREDWSSEL_A
Source§fn clone(&self) -> SHAREDWSSEL_A
fn clone(&self) -> SHAREDWSSEL_A
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 SHAREDWSSEL_A
impl Debug for SHAREDWSSEL_A
Source§impl From<SHAREDWSSEL_A> for u8
impl From<SHAREDWSSEL_A> for u8
Source§fn from(variant: SHAREDWSSEL_A) -> Self
fn from(variant: SHAREDWSSEL_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SHAREDWSSEL_A
impl PartialEq for SHAREDWSSEL_A
impl Copy for SHAREDWSSEL_A
impl StructuralPartialEq for SHAREDWSSEL_A
Auto Trait Implementations§
impl Freeze for SHAREDWSSEL_A
impl RefUnwindSafe for SHAREDWSSEL_A
impl Send for SHAREDWSSEL_A
impl Sync for SHAREDWSSEL_A
impl Unpin for SHAREDWSSEL_A
impl UnwindSafe for SHAREDWSSEL_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