Enum Pllpdiv
#[repr(u8)]pub enum Pllpdiv {
_RESERVED_0 = 0,
Div1 = 1,
Div2 = 2,
Div3 = 3,
Div4 = 4,
Div5 = 5,
Div6 = 6,
Div7 = 7,
}Variants§
_RESERVED_0 = 0
Div1 = 1
VCO output is divided by 1 (minimum value) (default after reset).
Div2 = 2
VCO output is divided by 2.
Div3 = 3
VCO output is divided by 3.
Div4 = 4
VCO output is divided by 4.
Div5 = 5
VCO output is divided by 5.
Div6 = 6
VCO output is divided by 6.
Div7 = 7
VCO output is divided by 7.
Implementations§
Trait Implementations§
impl Copy for Pllpdiv
impl Eq for Pllpdiv
§impl Ord for Pllpdiv
impl Ord for Pllpdiv
1.21.0 (const: unstable) · 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
§impl PartialOrd for Pllpdiv
impl PartialOrd for Pllpdiv
impl StructuralPartialEq for Pllpdiv
Auto Trait Implementations§
impl Freeze for Pllpdiv
impl RefUnwindSafe for Pllpdiv
impl Send for Pllpdiv
impl Sync for Pllpdiv
impl Unpin for Pllpdiv
impl UnsafeUnpin for Pllpdiv
impl UnwindSafe for Pllpdiv
Blanket Implementations§
impl<T, I> Binding<I, NoHandler<I>> for T
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