Struct nrf52840_pac::clock::intenset::R
source · pub struct R(/* private fields */);
Expand description
Register INTENSET
reader
Implementations§
source§impl R
impl R
sourcepub fn hfclkstarted(&self) -> HFCLKSTARTED_R
pub fn hfclkstarted(&self) -> HFCLKSTARTED_R
Bit 0 - Write ‘1’ to enable interrupt for HFCLKSTARTED event
sourcepub fn lfclkstarted(&self) -> LFCLKSTARTED_R
pub fn lfclkstarted(&self) -> LFCLKSTARTED_R
Bit 1 - Write ‘1’ to enable interrupt for LFCLKSTARTED event
sourcepub fn ctstarted(&self) -> CTSTARTED_R
pub fn ctstarted(&self) -> CTSTARTED_R
Bit 10 - Write ‘1’ to enable interrupt for CTSTARTED event
sourcepub fn ctstopped(&self) -> CTSTOPPED_R
pub fn ctstopped(&self) -> CTSTOPPED_R
Bit 11 - Write ‘1’ to enable interrupt for CTSTOPPED event
Methods from Deref<Target = R<INTENSET_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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