Enum Iclksel
#[repr(u8)]pub enum Iclksel {
HSI48 = 0,
PLL2_Q = 1,
PLL1_Q = 2,
MSIK = 3,
}
Variants§
HSI48 = 0
HSI48 clock selected
PLL2_Q = 1
PLL2 Q (pll2_q_ck) selected
PLL1_Q = 2
PLL1 Q (pll1_q_ck) selected
MSIK = 3
MSIK clock selected
Implementations§
Trait Implementations§
§impl Ord for Iclksel
impl Ord for Iclksel
§impl PartialOrd for Iclksel
impl PartialOrd for Iclksel
impl Copy for Iclksel
impl Eq for Iclksel
impl StructuralPartialEq for Iclksel
Auto Trait Implementations§
impl Freeze for Iclksel
impl RefUnwindSafe for Iclksel
impl Send for Iclksel
impl Sync for Iclksel
impl Unpin for Iclksel
impl UnwindSafe for Iclksel
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
)