pub enum PLLP {
Div2 = 0,
Div4 = 1,
Div6 = 2,
Div8 = 3,
}Expand description
PLL P division factors.
Variants§
Trait Implementations§
impl Copy for PLLP
impl Eq for PLLP
impl StructuralPartialEq for PLLP
Auto Trait Implementations§
impl Freeze for PLLP
impl RefUnwindSafe for PLLP
impl Send for PLLP
impl Sync for PLLP
impl Unpin for PLLP
impl UnwindSafe for PLLP
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