#[repr(u32)]pub enum PrePeripheralClockSelection {
Pll2 = 0,
Pll2Pfd2 = 1,
Pll2Pfd0 = 2,
Pll1 = 3,
}
Expand description
Pre-peripheral clock selections
Variants§
Trait Implementations§
impl Eq for PrePeripheralClockSelection
impl StructuralPartialEq for PrePeripheralClockSelection
Auto Trait Implementations§
impl Freeze for PrePeripheralClockSelection
impl RefUnwindSafe for PrePeripheralClockSelection
impl Send for PrePeripheralClockSelection
impl Sync for PrePeripheralClockSelection
impl Unpin for PrePeripheralClockSelection
impl UnwindSafe for PrePeripheralClockSelection
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