Enum stm32_metapac::rcc::vals::Pllrge
#[repr(u8)]pub enum Pllrge {
FREQ_4TO8MHZ = 0,
_RESERVED_1 = 1,
_RESERVED_2 = 2,
FREQ_8TO16MHZ = 3,
}
Variants§
FREQ_4TO8MHZ = 0
PLL2 input (ref2_ck) clock range frequency between 4 and 8 MHz
_RESERVED_1 = 1
_RESERVED_2 = 2
FREQ_8TO16MHZ = 3
PLL2 input (ref2_ck) clock range frequency between 8 and 16 MHz
Implementations§
Trait Implementations§
§impl Ord for Pllrge
impl Ord for Pllrge
§impl PartialOrd for Pllrge
impl PartialOrd for Pllrge
impl Copy for Pllrge
impl Eq for Pllrge
impl StructuralPartialEq for Pllrge
Auto Trait Implementations§
impl Freeze for Pllrge
impl RefUnwindSafe for Pllrge
impl Send for Pllrge
impl Sync for Pllrge
impl Unpin for Pllrge
impl UnwindSafe for Pllrge
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
)