#[repr(u8)]pub enum PllSicClrPllDivSel {
PLL_DIV_SEL_0 = 0,
PLL_DIV_SEL_1 = 1,
PLL_DIV_SEL_2 = 2,
PLL_DIV_SEL_3 = 3,
PLL_DIV_SEL_4 = 4,
PLL_DIV_SEL_5 = 5,
PLL_DIV_SEL_6 = 6,
PLL_DIV_SEL_7 = 7,
}Variants§
PLL_DIV_SEL_0 = 0
Divide by 13
PLL_DIV_SEL_1 = 1
Divide by 15
PLL_DIV_SEL_2 = 2
Divide by 16
PLL_DIV_SEL_3 = 3
Divide by 20
PLL_DIV_SEL_4 = 4
Divide by 22
PLL_DIV_SEL_5 = 5
Divide by 25
PLL_DIV_SEL_6 = 6
Divide by 30
PLL_DIV_SEL_7 = 7
Divide by 240
Implementations§
Trait Implementations§
Source§impl Clone for PllSicClrPllDivSel
impl Clone for PllSicClrPllDivSel
Source§fn clone(&self) -> PllSicClrPllDivSel
fn clone(&self) -> PllSicClrPllDivSel
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 PllSicClrPllDivSel
impl Debug for PllSicClrPllDivSel
Source§impl From<PllSicClrPllDivSel> for u8
impl From<PllSicClrPllDivSel> for u8
Source§fn from(val: PllSicClrPllDivSel) -> u8
fn from(val: PllSicClrPllDivSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for PllSicClrPllDivSel
impl From<u8> for PllSicClrPllDivSel
Source§fn from(val: u8) -> PllSicClrPllDivSel
fn from(val: u8) -> PllSicClrPllDivSel
Converts to this type from the input type.
Source§impl Ord for PllSicClrPllDivSel
impl Ord for PllSicClrPllDivSel
Source§fn cmp(&self, other: &PllSicClrPllDivSel) -> Ordering
fn cmp(&self, other: &PllSicClrPllDivSel) -> 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 PllSicClrPllDivSel
impl PartialEq for PllSicClrPllDivSel
Source§impl PartialOrd for PllSicClrPllDivSel
impl PartialOrd for PllSicClrPllDivSel
impl Copy for PllSicClrPllDivSel
impl Eq for PllSicClrPllDivSel
impl StructuralPartialEq for PllSicClrPllDivSel
Auto Trait Implementations§
impl Freeze for PllSicClrPllDivSel
impl RefUnwindSafe for PllSicClrPllDivSel
impl Send for PllSicClrPllDivSel
impl Sync for PllSicClrPllDivSel
impl Unpin for PllSicClrPllDivSel
impl UnwindSafe for PllSicClrPllDivSel
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