#[repr(u8)]pub enum PerClockSource {
HSI = 0,
CSI = 1,
HSE = 2,
_RESERVED_3 = 3,
}
Variants§
HSI = 0
hsi_ker_ck selected as kernel clock (default after reset)
CSI = 1
csi_ker_ck selected as kernel clock
HSE = 2
hse_ck selected as kernel clock
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Ord for Ckpersel
impl Ord for Ckpersel
Source§impl PartialOrd for Ckpersel
impl PartialOrd for Ckpersel
impl Copy for Ckpersel
impl Eq for Ckpersel
impl StructuralPartialEq for Ckpersel
Auto Trait Implementations§
impl Freeze for Ckpersel
impl RefUnwindSafe for Ckpersel
impl Send for Ckpersel
impl Sync for Ckpersel
impl Unpin for Ckpersel
impl UnwindSafe for Ckpersel
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