Enum stm32_metapac::rcc::vals::Pllmboost
#[repr(u8)]pub enum Pllmboost {
Show 16 variants
DIV1 = 0,
DIV2 = 1,
DIV4 = 2,
DIV6 = 3,
DIV8 = 4,
DIV10 = 5,
DIV12 = 6,
DIV14 = 7,
DIV16 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}
Variants§
DIV1 = 0
division by 1 (bypass)
DIV2 = 1
division by 2
DIV4 = 2
division by 4
DIV6 = 3
division by 6
DIV8 = 4
division by 8
DIV10 = 5
division by 10
DIV12 = 6
division by 12
DIV14 = 7
division by 14
DIV16 = 8
division by 16
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
§impl Ord for Pllmboost
impl Ord for Pllmboost
§impl PartialOrd for Pllmboost
impl PartialOrd for Pllmboost
impl Copy for Pllmboost
impl Eq for Pllmboost
impl StructuralPartialEq for Pllmboost
Auto Trait Implementations§
impl Freeze for Pllmboost
impl RefUnwindSafe for Pllmboost
impl Send for Pllmboost
impl Sync for Pllmboost
impl Unpin for Pllmboost
impl UnwindSafe for Pllmboost
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
)