pub enum PLLDiv {
Div2 = 1,
Div3 = 2,
Div4 = 3,
}
Expand description
PLL divider
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PLLDiv
impl RefUnwindSafe for PLLDiv
impl Send for PLLDiv
impl Sync for PLLDiv
impl Unpin for PLLDiv
impl UnwindSafe for PLLDiv
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