Enum Pssisel
#[repr(u8)]pub enum Pssisel {
Hclk5 = 0,
Per = 1,
Ic20 = 2,
HsiDiv = 3,
}Variants§
Hclk5 = 0
hclk5 selected as reference clock.
Per = 1
per_ck selected as reference clock.
Ic20 = 2
ic20_ck selected as reference clock.
HsiDiv = 3
hsi_div_ck selected as reference 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§
impl<T, I> Binding<I, NoHandler<I>> for T
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