Enum nrf52840_pac::clock::lfclksrc::EXTERNAL_A
source · pub enum EXTERNAL_A {
DISABLED = 0,
ENABLED = 1,
}
Expand description
Enable or disable external source for LFCLK
Value on reset: 0
Variants§
DISABLED = 0
0: Disable external source (use with Xtal)
ENABLED = 1
1: Enable use of external source instead of Xtal (SRC needs to be set to Xtal)
Trait Implementations§
source§impl Clone for EXTERNAL_A
impl Clone for EXTERNAL_A
source§fn clone(&self) -> EXTERNAL_A
fn clone(&self) -> EXTERNAL_A
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for EXTERNAL_A
impl Debug for EXTERNAL_A
source§impl From<EXTERNAL_A> for bool
impl From<EXTERNAL_A> for bool
source§fn from(variant: EXTERNAL_A) -> Self
fn from(variant: EXTERNAL_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for EXTERNAL_A
impl PartialEq for EXTERNAL_A
impl Copy for EXTERNAL_A
impl StructuralPartialEq for EXTERNAL_A
Auto Trait Implementations§
impl Freeze for EXTERNAL_A
impl RefUnwindSafe for EXTERNAL_A
impl Send for EXTERNAL_A
impl Sync for EXTERNAL_A
impl Unpin for EXTERNAL_A
impl UnwindSafe for EXTERNAL_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
)