Enum Fmcsel
#[repr(u8)]pub enum Fmcsel {
HCLK5 = 0,
PLL1_Q = 1,
PLL2_R = 2,
HSI = 3,
}
Variants§
HCLK5 = 0
hclk5 selected as kernel peripheral clock (default after reset).
PLL1_Q = 1
pll1_q_ck selected as kernel peripheral clock.
PLL2_R = 2
pll2_r_ck selected as kernel peripheral clock.
HSI = 3
hsi_ker_ck selected as kernel peripheral clock.
Implementations§
Trait Implementations§
§impl Ord for Fmcsel
impl Ord for Fmcsel
§impl PartialOrd for Fmcsel
impl PartialOrd for Fmcsel
impl Copy for Fmcsel
impl Eq for Fmcsel
impl StructuralPartialEq for Fmcsel
Auto Trait Implementations§
impl Freeze for Fmcsel
impl RefUnwindSafe for Fmcsel
impl Send for Fmcsel
impl Sync for Fmcsel
impl Unpin for Fmcsel
impl UnwindSafe for Fmcsel
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
)