Enum PllPreDiv
#[repr(u8)]pub enum PllPreDiv {
Show 64 variants
_RESERVED_0 = 0,
_RESERVED_1 = 1,
Div2 = 2,
Div3 = 3,
Div4 = 4,
Div5 = 5,
Div6 = 6,
Div7 = 7,
Div8 = 8,
Div9 = 9,
Div10 = 10,
Div11 = 11,
Div12 = 12,
Div13 = 13,
Div14 = 14,
Div15 = 15,
Div16 = 16,
Div17 = 17,
Div18 = 18,
Div19 = 19,
Div20 = 20,
Div21 = 21,
Div22 = 22,
Div23 = 23,
Div24 = 24,
Div25 = 25,
Div26 = 26,
Div27 = 27,
Div28 = 28,
Div29 = 29,
Div30 = 30,
Div31 = 31,
Div32 = 32,
Div33 = 33,
Div34 = 34,
Div35 = 35,
Div36 = 36,
Div37 = 37,
Div38 = 38,
Div39 = 39,
Div40 = 40,
Div41 = 41,
Div42 = 42,
Div43 = 43,
Div44 = 44,
Div45 = 45,
Div46 = 46,
Div47 = 47,
Div48 = 48,
Div49 = 49,
Div50 = 50,
Div51 = 51,
Div52 = 52,
Div53 = 53,
Div54 = 54,
Div55 = 55,
Div56 = 56,
Div57 = 57,
Div58 = 58,
Div59 = 59,
Div60 = 60,
Div61 = 61,
Div62 = 62,
Div63 = 63,
}Variants§
_RESERVED_0 = 0
_RESERVED_1 = 1
Div2 = 2
Div3 = 3
Div4 = 4
Div5 = 5
Div6 = 6
Div7 = 7
Div8 = 8
Div9 = 9
Div10 = 10
Div11 = 11
Div12 = 12
Div13 = 13
Div14 = 14
Div15 = 15
Div16 = 16
Div17 = 17
Div18 = 18
Div19 = 19
Div20 = 20
Div21 = 21
Div22 = 22
Div23 = 23
Div24 = 24
Div25 = 25
Div26 = 26
Div27 = 27
Div28 = 28
Div29 = 29
Div30 = 30
Div31 = 31
Div32 = 32
Div33 = 33
Div34 = 34
Div35 = 35
Div36 = 36
Div37 = 37
Div38 = 38
Div39 = 39
Div40 = 40
Div41 = 41
Div42 = 42
Div43 = 43
Div44 = 44
Div45 = 45
Div46 = 46
Div47 = 47
Div48 = 48
Div49 = 49
Div50 = 50
Div51 = 51
Div52 = 52
Div53 = 53
Div54 = 54
Div55 = 55
Div56 = 56
Div57 = 57
Div58 = 58
Div59 = 59
Div60 = 60
Div61 = 61
Div62 = 62
Div63 = 63
Implementations§
Trait Implementations§
impl Copy for Pllm
impl Eq for Pllm
§impl Ord for Pllm
impl Ord for Pllm
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Pllm
impl PartialOrd 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 UnsafeUnpin 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