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