Enum Pssisel
#[repr(u8)]pub enum Pssisel {
PLL3_R = 0,
PER = 1,
}
Variants§
PLL3_R = 0
pll3_r_ck selected as kernel peripheral clock (default after reset).
PER = 1
per_ck selected as kernel peripheral clock.
Implementations§
Trait Implementations§
§impl Ord for Pssisel
impl Ord for Pssisel
§impl PartialOrd for Pssisel
impl PartialOrd for Pssisel
impl Copy for Pssisel
impl Eq for Pssisel
impl StructuralPartialEq for Pssisel
Auto Trait Implementations§
impl Freeze for Pssisel
impl RefUnwindSafe for Pssisel
impl Send for Pssisel
impl Sync for Pssisel
impl Unpin for Pssisel
impl UnwindSafe for Pssisel
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
)