Enum Pssisel
#[repr(u8)]pub enum Pssisel {
Pll3R = 0,
Per = 1,
}Variants§
Pll3R = 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 Copy for Pssisel
impl Eq for Pssisel
§impl Ord for Pssisel
impl Ord for Pssisel
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Pssisel
impl PartialOrd 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 UnsafeUnpin 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