#[repr(u8)]pub enum Clksel {
LFXO = 0,
SYSTEM_LFCLK = 1,
LFLPRC = 2,
_RESERVED_3 = 3,
}
Variants§
LFXO = 0
GRTC LFCLK clock source is LFXO
SYSTEM_LFCLK = 1
GRTC LFCLK clock source is system LFCLK
LFLPRC = 2
GRTC LFCLK clock source is LFLPRC
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Ord for Clksel
impl Ord for Clksel
Source§impl PartialOrd for Clksel
impl PartialOrd for Clksel
impl Copy for Clksel
impl Eq for Clksel
impl StructuralPartialEq for Clksel
Auto Trait Implementations§
impl Freeze for Clksel
impl RefUnwindSafe for Clksel
impl Send for Clksel
impl Sync for Clksel
impl Unpin for Clksel
impl UnwindSafe for Clksel
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
)