#[repr(u8)]pub enum Sharedwssel {
FLEXCOMM0 = 0,
FLEXCOMM1 = 1,
FLEXCOMM2 = 2,
FLEXCOMM3 = 3,
FLEXCOMM4 = 4,
FLEXCOMM5 = 5,
FLEXCOMM6 = 6,
FLEXCOMM7 = 7,
}Variants§
FLEXCOMM0 = 0
WS for this shared signal set comes from Flexcomm 0.
FLEXCOMM1 = 1
WS for this shared signal set comes from Flexcomm 1.
FLEXCOMM2 = 2
WS for this shared signal set comes from Flexcomm 2.
FLEXCOMM3 = 3
WS for this shared signal set comes from Flexcomm 3.
FLEXCOMM4 = 4
WS for this shared signal set comes from Flexcomm 4.
FLEXCOMM5 = 5
WS for this shared signal set comes from Flexcomm 5.
FLEXCOMM6 = 6
WS for this shared signal set comes from Flexcomm 6.
FLEXCOMM7 = 7
WS for this shared signal set comes from Flexcomm 7.
Implementations§
Trait Implementations§
Source§fn clone(&self) -> Sharedwssel
fn clone(&self) -> Sharedwssel
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§fn from(val: Sharedwssel) -> u8
fn from(val: Sharedwssel) -> u8
Converts to this type from the input type.
Source§fn from(val: u8) -> Sharedwssel
fn from(val: u8) -> Sharedwssel
Converts to this type from the input type.
Source§fn cmp(&self, other: &Sharedwssel) -> Ordering
fn cmp(&self, other: &Sharedwssel) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Auto Trait Implementations§
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