pub enum PLLMul {
Mul3 = 0,
Mul4 = 1,
Mul6 = 2,
Mul8 = 3,
Mul12 = 4,
Mul16 = 5,
Mul24 = 6,
Mul32 = 7,
Mul48 = 8,
}
Expand description
PLL multiplier
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PLLMul
impl RefUnwindSafe for PLLMul
impl Send for PLLMul
impl Sync for PLLMul
impl Unpin for PLLMul
impl UnwindSafe for PLLMul
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