Struct nrf52840_pac::radio::intenclr::R
source · pub struct R(/* private fields */);
Expand description
Register INTENCLR
reader
Implementations§
source§impl R
impl R
sourcepub fn disabled(&self) -> DISABLED_R
pub fn disabled(&self) -> DISABLED_R
Bit 4 - Write ‘1’ to disable interrupt for DISABLED event
sourcepub fn devmatch(&self) -> DEVMATCH_R
pub fn devmatch(&self) -> DEVMATCH_R
Bit 5 - Write ‘1’ to disable interrupt for DEVMATCH event
sourcepub fn crcerror(&self) -> CRCERROR_R
pub fn crcerror(&self) -> CRCERROR_R
Bit 13 - Write ‘1’ to disable interrupt for CRCERROR event
sourcepub fn framestart(&self) -> FRAMESTART_R
pub fn framestart(&self) -> FRAMESTART_R
Bit 14 - Write ‘1’ to disable interrupt for FRAMESTART event
sourcepub fn edstopped(&self) -> EDSTOPPED_R
pub fn edstopped(&self) -> EDSTOPPED_R
Bit 16 - Write ‘1’ to disable interrupt for EDSTOPPED event
sourcepub fn ccastopped(&self) -> CCASTOPPED_R
pub fn ccastopped(&self) -> CCASTOPPED_R
Bit 19 - Write ‘1’ to disable interrupt for CCASTOPPED event
sourcepub fn rateboost(&self) -> RATEBOOST_R
pub fn rateboost(&self) -> RATEBOOST_R
Bit 20 - Write ‘1’ to disable interrupt for RATEBOOST event
sourcepub fn mhrmatch(&self) -> MHRMATCH_R
pub fn mhrmatch(&self) -> MHRMATCH_R
Bit 23 - Write ‘1’ to disable interrupt for MHRMATCH event
Methods from Deref<Target = R<INTENCLR_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