#[repr(u8)]pub enum Pllp {
Div7 = 0,
Div17 = 1,
}
Expand description
Divisor for PLLP. Sets PLLCFGR
reg, PLLP
field.
Variants§
Implementations§
Trait Implementations§
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