#[repr(u8)]pub enum Sai0clkselSel {
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 Sai0clkselSel
impl Sai0clkselSel
Trait Implementations§
Source§impl Clone for Sai0clkselSel
impl Clone for Sai0clkselSel
Source§fn clone(&self) -> Sai0clkselSel
fn clone(&self) -> Sai0clkselSel
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 Sai0clkselSel
impl Debug for Sai0clkselSel
Source§impl From<Sai0clkselSel> for u8
impl From<Sai0clkselSel> for u8
Source§fn from(val: Sai0clkselSel) -> u8
fn from(val: Sai0clkselSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Sai0clkselSel
impl From<u8> for Sai0clkselSel
Source§fn from(val: u8) -> Sai0clkselSel
fn from(val: u8) -> Sai0clkselSel
Converts to this type from the input type.
Source§impl Ord for Sai0clkselSel
impl Ord for Sai0clkselSel
Source§fn cmp(&self, other: &Sai0clkselSel) -> Ordering
fn cmp(&self, other: &Sai0clkselSel) -> 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 Sai0clkselSel
impl PartialEq for Sai0clkselSel
Source§impl PartialOrd for Sai0clkselSel
impl PartialOrd for Sai0clkselSel
impl Copy for Sai0clkselSel
impl Eq for Sai0clkselSel
impl StructuralPartialEq for Sai0clkselSel
Auto Trait Implementations§
impl Freeze for Sai0clkselSel
impl RefUnwindSafe for Sai0clkselSel
impl Send for Sai0clkselSel
impl Sync for Sai0clkselSel
impl Unpin for Sai0clkselSel
impl UnwindSafe for Sai0clkselSel
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