Enum Fmcsel
#[repr(u8)]pub enum Fmcsel {
HCLK3 = 0,
PLL1_Q = 1,
PLL2_R = 2,
PER = 3,
}
Variants§
HCLK3 = 0
AHB3 selected as peripheral clock
PLL1_Q = 1
pll1_q selected as peripheral clock
PLL2_R = 2
pll2_r selected as peripheral clock
PER = 3
PER selected as 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
)