Enum Otghssel
#[repr(u8)]pub enum Otghssel {
Hse = 0,
Pll1P = 1,
HseDiv2 = 2,
Pll1PDiv2 = 3,
}Variants§
Hse = 0
HSE selected
Pll1P = 1
PLL1 “P” (pll1_q_ck) selected,
HseDiv2 = 2
HSE/2 selected
Pll1PDiv2 = 3
PLL1 “P” divided by 2 (pll1_p_ck/2) selected
Implementations§
Trait Implementations§
impl Copy for Otghssel
impl Eq for Otghssel
§impl Ord for Otghssel
impl Ord for Otghssel
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 Otghssel
impl PartialOrd for Otghssel
impl StructuralPartialEq for Otghssel
Auto Trait Implementations§
impl Freeze for Otghssel
impl RefUnwindSafe for Otghssel
impl Send for Otghssel
impl Sync for Otghssel
impl Unpin for Otghssel
impl UnsafeUnpin for Otghssel
impl UnwindSafe for Otghssel
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