#[repr(u32)]pub enum PeripheralClockSelection {
PrePeripheralClock = 0,
PeripheralClock2Divided = 1,
}
Expand description
Clock selections for the main peripheral
Variants§
PrePeripheralClock = 0
Pre peripheral clock
PeripheralClock2Divided = 1
Peripheral clock 2, with some division
Trait Implementations§
Source§impl PartialEq for PeripheralClockSelection
impl PartialEq for PeripheralClockSelection
impl Eq for PeripheralClockSelection
impl StructuralPartialEq for PeripheralClockSelection
Auto Trait Implementations§
impl Freeze for PeripheralClockSelection
impl RefUnwindSafe for PeripheralClockSelection
impl Send for PeripheralClockSelection
impl Sync for PeripheralClockSelection
impl Unpin for PeripheralClockSelection
impl UnwindSafe for PeripheralClockSelection
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