#[repr(u32)]pub enum PeripheralClock2Selection {
Pll3 = 0,
Oscillator = 1,
Pll2Bypass = 2,
}
Expand description
Peripheral clock 2 selection
Variants§
Trait Implementations§
impl Eq for PeripheralClock2Selection
impl StructuralPartialEq for PeripheralClock2Selection
Auto Trait Implementations§
impl Freeze for PeripheralClock2Selection
impl RefUnwindSafe for PeripheralClock2Selection
impl Send for PeripheralClock2Selection
impl Sync for PeripheralClock2Selection
impl Unpin for PeripheralClock2Selection
impl UnwindSafe for PeripheralClock2Selection
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