Enum nrf52840_pac::clock::lfclksrccopy::SRC_A
source · #[repr(u8)]pub enum SRC_A {
RC = 0,
XTAL = 1,
SYNTH = 2,
}
Expand description
Clock source
Value on reset: 0
Variants§
RC = 0
0: 32.768 kHz RC oscillator (LFRC)
XTAL = 1
1: 32.768 kHz crystal oscillator (LFXO)
SYNTH = 2
2: 32.768 kHz synthesized from HFCLK (LFSYNT)
Trait Implementations§
impl Copy for SRC_A
impl StructuralPartialEq for SRC_A
Auto Trait Implementations§
impl Freeze for SRC_A
impl RefUnwindSafe for SRC_A
impl Send for SRC_A
impl Sync for SRC_A
impl Unpin for SRC_A
impl UnwindSafe for SRC_A
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
)