Struct nrf52840_pac::clock::lfclksrccopy::LFCLKSRCCOPY_SPEC
source · pub struct LFCLKSRCCOPY_SPEC;
Expand description
Copy of LFCLKSRC register, set when LFCLKSTART task was triggered
This register you can read
. See API.
For information about available fields see lfclksrccopy module
Trait Implementations§
source§impl Readable for LFCLKSRCCOPY_SPEC
impl Readable for LFCLKSRCCOPY_SPEC
read()
method returns lfclksrccopy::R reader structure
source§impl RegisterSpec for LFCLKSRCCOPY_SPEC
impl RegisterSpec for LFCLKSRCCOPY_SPEC
source§impl Resettable for LFCLKSRCCOPY_SPEC
impl Resettable for LFCLKSRCCOPY_SPEC
reset()
method sets LFCLKSRCCOPY to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for LFCLKSRCCOPY_SPEC
impl RefUnwindSafe for LFCLKSRCCOPY_SPEC
impl Send for LFCLKSRCCOPY_SPEC
impl Sync for LFCLKSRCCOPY_SPEC
impl Unpin for LFCLKSRCCOPY_SPEC
impl UnwindSafe for LFCLKSRCCOPY_SPEC
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