Enum stm32_metapac::rcc::vals::Otghssel
#[repr(u8)]pub enum Otghssel {
HSE = 0,
PLL1_P = 1,
HSE_DIV_2 = 2,
PLL1_P_DIV_2 = 3,
}
Variants§
HSE = 0
HSE selected
PLL1_P = 1
PLL1 “P” (pll1_q_ck) selected,
HSE_DIV_2 = 2
HSE/2 selected
PLL1_P_DIV_2 = 3
PLL1 “P” divided by 2 (pll1_p_ck/2) selected
Implementations§
Trait Implementations§
§impl Ord for Otghssel
impl Ord for Otghssel
§impl PartialOrd for Otghssel
impl PartialOrd for Otghssel
impl Copy for Otghssel
impl Eq 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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)