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