#[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