Enum PllMul
#[repr(u8)]pub enum PllMul {
Show 16 variants
Mul3 = 0,
Mul4 = 1,
Mul6 = 2,
Mul8 = 3,
Mul12 = 4,
Mul16 = 5,
Mul24 = 6,
Mul32 = 7,
Mul48 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Variants§
Mul3 = 0
PLL clock entry x 3
Mul4 = 1
PLL clock entry x 4
Mul6 = 2
PLL clock entry x 6
Mul8 = 3
PLL clock entry x 8
Mul12 = 4
PLL clock entry x 12
Mul16 = 5
PLL clock entry x 16
Mul24 = 6
PLL clock entry x 24
Mul32 = 7
PLL clock entry x 32
Mul48 = 8
PLL clock entry x 48
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
§impl Ord for Pllmul
impl Ord for Pllmul
§impl PartialOrd for Pllmul
impl PartialOrd for Pllmul
impl Copy for Pllmul
impl Eq for Pllmul
impl StructuralPartialEq for Pllmul
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ToMutAligned for Twhere
T: ?Sized,
impl<T> ToMutAligned for Twhere
T: ?Sized,
Source§fn to_mut_aligned<A>(&mut self) -> &mut Aligned<A, <T as ToMutAligned>::Element>where
A: Alignment,
fn to_mut_aligned<A>(&mut self) -> &mut Aligned<A, <T as ToMutAligned>::Element>where
A: Alignment,
Create a type-checked aligned value from a value that is aligned.