Enum stm32_metapac::rcc::vals::Pllq
#[repr(u8)]pub enum Pllq {
Show 16 variants
_RESERVED_0 = 0,
_RESERVED_1 = 1,
DIV2 = 2,
DIV3 = 3,
DIV4 = 4,
DIV5 = 5,
DIV6 = 6,
DIV7 = 7,
DIV8 = 8,
DIV9 = 9,
DIV10 = 10,
DIV11 = 11,
DIV12 = 12,
DIV13 = 13,
DIV14 = 14,
DIV15 = 15,
}
Variants§
_RESERVED_0 = 0
_RESERVED_1 = 1
DIV2 = 2
DIV3 = 3
DIV4 = 4
DIV5 = 5
DIV6 = 6
DIV7 = 7
DIV8 = 8
DIV9 = 9
DIV10 = 10
DIV11 = 11
DIV12 = 12
DIV13 = 13
DIV14 = 14
DIV15 = 15
Implementations§
Trait Implementations§
§impl Ord for Pllq
impl Ord for Pllq
§impl PartialOrd for Pllq
impl PartialOrd for Pllq
impl Copy for Pllq
impl Eq for Pllq
impl StructuralPartialEq for Pllq
Auto Trait Implementations§
impl Freeze for Pllq
impl RefUnwindSafe for Pllq
impl Send for Pllq
impl Sync for Pllq
impl Unpin for Pllq
impl UnwindSafe for Pllq
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
)