pub enum PLLI2SDIVQR {
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 PLLI2SDIVQ
Variants§
DIV1
PLLI2SDIVQ = /1
DIV2
PLLI2SDIVQ = /2
DIV3
PLLI2SDIVQ = /3
DIV4
PLLI2SDIVQ = /4
DIV5
PLLI2SDIVQ = /5
DIV6
PLLI2SDIVQ = /6
DIV7
PLLI2SDIVQ = /7
DIV8
PLLI2SDIVQ = /8
DIV9
PLLI2SDIVQ = /9
DIV10
PLLI2SDIVQ = /10
DIV11
PLLI2SDIVQ = /11
DIV12
PLLI2SDIVQ = /12
DIV13
PLLI2SDIVQ = /13
DIV14
PLLI2SDIVQ = /14
DIV15
PLLI2SDIVQ = /15
DIV16
PLLI2SDIVQ = /16
DIV17
PLLI2SDIVQ = /17
DIV18
PLLI2SDIVQ = /18
DIV19
PLLI2SDIVQ = /19
DIV20
PLLI2SDIVQ = /20
DIV21
PLLI2SDIVQ = /21
DIV22
PLLI2SDIVQ = /22
DIV23
PLLI2SDIVQ = /23
DIV24
PLLI2SDIVQ = /24
DIV25
PLLI2SDIVQ = /25
DIV26
PLLI2SDIVQ = /26
DIV27
PLLI2SDIVQ = /27
DIV28
PLLI2SDIVQ = /28
DIV29
PLLI2SDIVQ = /29
DIV30
PLLI2SDIVQ = /30
DIV31
PLLI2SDIVQ = /31
DIV32
PLLI2SDIVQ = /32
Implementations§
Source§impl PLLI2SDIVQR
impl PLLI2SDIVQR
Trait Implementations§
Source§impl Clone for PLLI2SDIVQR
impl Clone for PLLI2SDIVQR
Source§fn clone(&self) -> PLLI2SDIVQR
fn clone(&self) -> PLLI2SDIVQR
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 PLLI2SDIVQR
impl Debug for PLLI2SDIVQR
Source§impl PartialEq for PLLI2SDIVQR
impl PartialEq for PLLI2SDIVQR
impl Copy for PLLI2SDIVQR
impl StructuralPartialEq for PLLI2SDIVQR
Auto Trait Implementations§
impl Freeze for PLLI2SDIVQR
impl RefUnwindSafe for PLLI2SDIVQR
impl Send for PLLI2SDIVQR
impl Sync for PLLI2SDIVQR
impl Unpin for PLLI2SDIVQR
impl UnwindSafe for PLLI2SDIVQR
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