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