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