Enum Plldivr
#[repr(u8)]pub enum Plldivr {
Show 32 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,
Div17 = 16,
Div18 = 17,
Div19 = 18,
Div20 = 19,
Div21 = 20,
Div22 = 21,
Div23 = 22,
Div24 = 23,
Div25 = 24,
Div26 = 25,
Div27 = 26,
Div28 = 27,
Div29 = 28,
Div30 = 29,
Div31 = 30,
Div32 = 31,
}Variants§
Div1 = 0
PLLSAIDIVQ = /1
Div2 = 1
PLLSAIDIVQ = /2
Div3 = 2
PLLSAIDIVQ = /3
Div4 = 3
PLLSAIDIVQ = /4
Div5 = 4
PLLSAIDIVQ = /5
Div6 = 5
PLLSAIDIVQ = /6
Div7 = 6
PLLSAIDIVQ = /7
Div8 = 7
PLLSAIDIVQ = /8
Div9 = 8
PLLSAIDIVQ = /9
Div10 = 9
PLLSAIDIVQ = /10
Div11 = 10
PLLSAIDIVQ = /11
Div12 = 11
PLLSAIDIVQ = /12
Div13 = 12
PLLSAIDIVQ = /13
Div14 = 13
PLLSAIDIVQ = /14
Div15 = 14
PLLSAIDIVQ = /15
Div16 = 15
PLLSAIDIVQ = /16
Div17 = 16
PLLSAIDIVQ = /17
Div18 = 17
PLLSAIDIVQ = /18
Div19 = 18
PLLSAIDIVQ = /19
Div20 = 19
PLLSAIDIVQ = /20
Div21 = 20
PLLSAIDIVQ = /21
Div22 = 21
PLLSAIDIVQ = /22
Div23 = 22
PLLSAIDIVQ = /23
Div24 = 23
PLLSAIDIVQ = /24
Div25 = 24
PLLSAIDIVQ = /25
Div26 = 25
PLLSAIDIVQ = /26
Div27 = 26
PLLSAIDIVQ = /27
Div28 = 27
PLLSAIDIVQ = /28
Div29 = 28
PLLSAIDIVQ = /29
Div30 = 29
PLLSAIDIVQ = /30
Div31 = 30
PLLSAIDIVQ = /31
Div32 = 31
PLLSAIDIVQ = /32
Implementations§
Trait Implementations§
impl Copy for Plldivr
impl Eq for Plldivr
§impl Ord for Plldivr
impl Ord for Plldivr
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 Plldivr
impl PartialOrd for Plldivr
impl StructuralPartialEq for Plldivr
Auto Trait Implementations§
impl Freeze for Plldivr
impl RefUnwindSafe for Plldivr
impl Send for Plldivr
impl Sync for Plldivr
impl Unpin for Plldivr
impl UnsafeUnpin for Plldivr
impl UnwindSafe for Plldivr
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