pub enum PLLSAIDIVQR {
Show 32 variants
DIV1,
DIV2,
DIV3,
DIV4,
DIV5,
DIV6,
DIV7,
DIV8,
DIV9,
DIV10,
DIV11,
DIV12,
DIV13,
DIV14,
DIV15,
DIV16,
DIV17,
DIV18,
DIV19,
DIV20,
DIV21,
DIV22,
DIV23,
DIV24,
DIV25,
DIV26,
DIV27,
DIV28,
DIV29,
DIV30,
DIV31,
DIV32,
}
Expand description
Possible values of the field PLLSAIDIVQ
Variants§
DIV1
PLLSAIDIVQ = /1
DIV2
PLLSAIDIVQ = /2
DIV3
PLLSAIDIVQ = /3
DIV4
PLLSAIDIVQ = /4
DIV5
PLLSAIDIVQ = /5
DIV6
PLLSAIDIVQ = /6
DIV7
PLLSAIDIVQ = /7
DIV8
PLLSAIDIVQ = /8
DIV9
PLLSAIDIVQ = /9
DIV10
PLLSAIDIVQ = /10
DIV11
PLLSAIDIVQ = /11
DIV12
PLLSAIDIVQ = /12
DIV13
PLLSAIDIVQ = /13
DIV14
PLLSAIDIVQ = /14
DIV15
PLLSAIDIVQ = /15
DIV16
PLLSAIDIVQ = /16
DIV17
PLLSAIDIVQ = /17
DIV18
PLLSAIDIVQ = /18
DIV19
PLLSAIDIVQ = /19
DIV20
PLLSAIDIVQ = /20
DIV21
PLLSAIDIVQ = /21
DIV22
PLLSAIDIVQ = /22
DIV23
PLLSAIDIVQ = /23
DIV24
PLLSAIDIVQ = /24
DIV25
PLLSAIDIVQ = /25
DIV26
PLLSAIDIVQ = /26
DIV27
PLLSAIDIVQ = /27
DIV28
PLLSAIDIVQ = /28
DIV29
PLLSAIDIVQ = /29
DIV30
PLLSAIDIVQ = /30
DIV31
PLLSAIDIVQ = /31
DIV32
PLLSAIDIVQ = /32
Implementations§
Source§impl PLLSAIDIVQR
impl PLLSAIDIVQR
Trait Implementations§
Source§impl Clone for PLLSAIDIVQR
impl Clone for PLLSAIDIVQR
Source§fn clone(&self) -> PLLSAIDIVQR
fn clone(&self) -> PLLSAIDIVQR
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PLLSAIDIVQR
impl Debug for PLLSAIDIVQR
Source§impl PartialEq for PLLSAIDIVQR
impl PartialEq for PLLSAIDIVQR
impl Copy for PLLSAIDIVQR
impl StructuralPartialEq for PLLSAIDIVQR
Auto Trait Implementations§
impl Freeze for PLLSAIDIVQR
impl RefUnwindSafe for PLLSAIDIVQR
impl Send for PLLSAIDIVQR
impl Sync for PLLSAIDIVQR
impl Unpin for PLLSAIDIVQR
impl UnwindSafe for PLLSAIDIVQR
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