Enum stm32_metapac::rcc::vals::Pll2mul
#[repr(u8)]pub enum Pll2mul {
Show 16 variants
_RESERVED_0 = 0,
_RESERVED_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
MUL8 = 6,
MUL9 = 7,
MUL10 = 8,
MUL11 = 9,
MUL12 = 10,
MUL13 = 11,
MUL14 = 12,
_RESERVED_d = 13,
MUL16 = 14,
MUL20 = 15,
}
Variants§
_RESERVED_0 = 0
_RESERVED_1 = 1
_RESERVED_2 = 2
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
MUL8 = 6
PLL clock entry x8
MUL9 = 7
PLL clock entry x9
MUL10 = 8
PLL clock entry x10
MUL11 = 9
PLL clock entry x11
MUL12 = 10
PLL clock entry x12
MUL13 = 11
PLL clock entry x13
MUL14 = 12
PLL clock entry x14
_RESERVED_d = 13
MUL16 = 14
PLL clock entry x16
MUL20 = 15
PLL clock entry x20
Implementations§
Trait Implementations§
§impl Ord for Pll2mul
impl Ord for Pll2mul
§impl PartialOrd for Pll2mul
impl PartialOrd for Pll2mul
impl Copy for Pll2mul
impl Eq for Pll2mul
impl StructuralPartialEq for Pll2mul
Auto Trait Implementations§
impl Freeze for Pll2mul
impl RefUnwindSafe for Pll2mul
impl Send for Pll2mul
impl Sync for Pll2mul
impl Unpin for Pll2mul
impl UnwindSafe for Pll2mul
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
)