#[repr(u8)]pub enum Sai1clkselSel {
ENUM0 = 0,
ENUM1 = 1,
ENUM2 = 2,
ENUM3 = 3,
ENUM4 = 4,
ENUM5 = 5,
ENUM6 = 6,
ENUM7 = 7,
}Variants§
ENUM0 = 0
No clock
ENUM1 = 1
PLL0 clock
ENUM2 = 2
CLKIN clock
ENUM3 = 3
FRO_HF clock
ENUM4 = 4
PLL1_CLK0 clock
ENUM5 = 5
No clock
ENUM6 = 6
USB PLL clock
ENUM7 = 7
No clock
Implementations§
Source§impl Sai1clkselSel
impl Sai1clkselSel
Trait Implementations§
Source§impl Clone for Sai1clkselSel
impl Clone for Sai1clkselSel
Source§fn clone(&self) -> Sai1clkselSel
fn clone(&self) -> Sai1clkselSel
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 Sai1clkselSel
impl Debug for Sai1clkselSel
Source§impl From<Sai1clkselSel> for u8
impl From<Sai1clkselSel> for u8
Source§fn from(val: Sai1clkselSel) -> u8
fn from(val: Sai1clkselSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Sai1clkselSel
impl From<u8> for Sai1clkselSel
Source§fn from(val: u8) -> Sai1clkselSel
fn from(val: u8) -> Sai1clkselSel
Converts to this type from the input type.
Source§impl Ord for Sai1clkselSel
impl Ord for Sai1clkselSel
Source§fn cmp(&self, other: &Sai1clkselSel) -> Ordering
fn cmp(&self, other: &Sai1clkselSel) -> 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
Source§impl PartialEq for Sai1clkselSel
impl PartialEq for Sai1clkselSel
Source§impl PartialOrd for Sai1clkselSel
impl PartialOrd for Sai1clkselSel
impl Copy for Sai1clkselSel
impl Eq for Sai1clkselSel
impl StructuralPartialEq for Sai1clkselSel
Auto Trait Implementations§
impl Freeze for Sai1clkselSel
impl RefUnwindSafe for Sai1clkselSel
impl Send for Sai1clkselSel
impl Sync for Sai1clkselSel
impl Unpin for Sai1clkselSel
impl UnwindSafe for Sai1clkselSel
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