Enum Otgphysel
#[repr(u8)]pub enum Otgphysel {
HseDiv2 = 0,
Per = 1,
Ic15 = 2,
HseDiv2Osc = 3,
}Variants§
HseDiv2 = 0
hse_div2_ck selected as reference clock.
Per = 1
per_ck selected as reference clock.
Ic15 = 2
ic15_ck selected as reference clock.
HseDiv2Osc = 3
hse_div2_osc_ck selected as reference clock.
Implementations§
Trait Implementations§
impl Copy for Otgphysel
impl Eq for Otgphysel
§impl Ord for Otgphysel
impl Ord for Otgphysel
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Otgphysel
impl PartialOrd for Otgphysel
impl StructuralPartialEq for Otgphysel
Auto Trait Implementations§
impl Freeze for Otgphysel
impl RefUnwindSafe for Otgphysel
impl Send for Otgphysel
impl Sync for Otgphysel
impl Unpin for Otgphysel
impl UnsafeUnpin for Otgphysel
impl UnwindSafe for Otgphysel
Blanket Implementations§
impl<T, I> Binding<I, NoHandler<I>> for T
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