pub enum PLLPW {
DIV2,
DIV4,
DIV6,
DIV8,
}Expand description
Values that can be written to the field PLLP
Variants§
Auto Trait Implementations§
impl Freeze for PLLPW
impl RefUnwindSafe for PLLPW
impl Send for PLLPW
impl Sync for PLLPW
impl Unpin for PLLPW
impl UnwindSafe for PLLPW
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