Struct nrf52840_pac::clock::lfclksrc::LFCLKSRC_SPEC
source · pub struct LFCLKSRC_SPEC;
Expand description
Trait Implementations§
source§impl Readable for LFCLKSRC_SPEC
impl Readable for LFCLKSRC_SPEC
read()
method returns lfclksrc::R reader structure
source§impl RegisterSpec for LFCLKSRC_SPEC
impl RegisterSpec for LFCLKSRC_SPEC
source§impl Resettable for LFCLKSRC_SPEC
impl Resettable for LFCLKSRC_SPEC
reset()
method sets LFCLKSRC to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
source§impl Writable for LFCLKSRC_SPEC
impl Writable for LFCLKSRC_SPEC
write(|w| ..)
method takes lfclksrc::W writer structure
Auto Trait Implementations§
impl Freeze for LFCLKSRC_SPEC
impl RefUnwindSafe for LFCLKSRC_SPEC
impl Send for LFCLKSRC_SPEC
impl Sync for LFCLKSRC_SPEC
impl Unpin for LFCLKSRC_SPEC
impl UnwindSafe for LFCLKSRC_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