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