Enum Pllpdiv
#[repr(u8)]pub enum Pllpdiv {
_RESERVED_0 = 0,
DIV1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
DIV7 = 7,
}Variants§
_RESERVED_0 = 0
DIV1 = 1
VCO output is divided by 1 (minimum value) (default after reset).
_RESERVED_2 = 2
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
DIV7 = 7
VCO output is divided by 7.
Implementations§
Trait Implementations§
§impl Ord for Pllpdiv
impl Ord for Pllpdiv
§impl PartialOrd for Pllpdiv
impl PartialOrd for Pllpdiv
impl Copy for Pllpdiv
impl Eq 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 UnwindSafe for Pllpdiv
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