Enum stm32_metapac::rcc::vals::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 Ord for Plldivr
impl Ord for Plldivr
§impl PartialOrd for Plldivr
impl PartialOrd for Plldivr
impl Copy for Plldivr
impl Eq 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 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
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
)