Enum Pssisel
#[repr(u8)]pub enum Pssisel {
HCLK5 = 0,
PER = 1,
IC20 = 2,
HSI_DIV = 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.
HSI_DIV = 3
hsi_div_ck selected as reference 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