Enum PllPreDiv
#[repr(u8)]pub enum PllPreDiv {
Show 16 variants
DIV1 = 0,
DIV2 = 1,
DIV3 = 2,
DIV4 = 3,
DIV5 = 4,
DIV6 = 5,
DIV7 = 6,
DIV8 = 7,
DIV9 = 8,
DIV10 = 9,
DIV11 = 10,
DIV12 = 11,
DIV13 = 12,
DIV14 = 13,
DIV15 = 14,
DIV16 = 15,
}
Variants§
DIV1 = 0
DIV2 = 1
DIV3 = 2
DIV4 = 3
DIV5 = 4
DIV6 = 5
DIV7 = 6
DIV8 = 7
DIV9 = 8
DIV10 = 9
DIV11 = 10
DIV12 = 11
DIV13 = 12
DIV14 = 13
DIV15 = 14
DIV16 = 15
Implementations§
Trait Implementations§
§impl Ord for Pllm
impl Ord for Pllm
§impl PartialOrd for Pllm
impl PartialOrd for Pllm
impl Copy for Pllm
impl Eq for Pllm
impl StructuralPartialEq for Pllm
Auto Trait Implementations§
impl Freeze for Pllm
impl RefUnwindSafe for Pllm
impl Send for Pllm
impl Sync for Pllm
impl Unpin for Pllm
impl UnwindSafe for Pllm
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)