Struct nrf52840_pac::nfct::intenset::R
source · pub struct R(/* private fields */);
Expand description
Register INTENSET
reader
Implementations§
source§impl R
impl R
sourcepub fn fielddetected(&self) -> FIELDDETECTED_R
pub fn fielddetected(&self) -> FIELDDETECTED_R
Bit 1 - Write ‘1’ to enable interrupt for FIELDDETECTED event
sourcepub fn fieldlost(&self) -> FIELDLOST_R
pub fn fieldlost(&self) -> FIELDLOST_R
Bit 2 - Write ‘1’ to enable interrupt for FIELDLOST event
sourcepub fn txframestart(&self) -> TXFRAMESTART_R
pub fn txframestart(&self) -> TXFRAMESTART_R
Bit 3 - Write ‘1’ to enable interrupt for TXFRAMESTART event
sourcepub fn txframeend(&self) -> TXFRAMEEND_R
pub fn txframeend(&self) -> TXFRAMEEND_R
Bit 4 - Write ‘1’ to enable interrupt for TXFRAMEEND event
sourcepub fn rxframestart(&self) -> RXFRAMESTART_R
pub fn rxframestart(&self) -> RXFRAMESTART_R
Bit 5 - Write ‘1’ to enable interrupt for RXFRAMESTART event
sourcepub fn rxframeend(&self) -> RXFRAMEEND_R
pub fn rxframeend(&self) -> RXFRAMEEND_R
Bit 6 - Write ‘1’ to enable interrupt for RXFRAMEEND event
sourcepub fn autocolresstarted(&self) -> AUTOCOLRESSTARTED_R
pub fn autocolresstarted(&self) -> AUTOCOLRESSTARTED_R
Bit 14 - Write ‘1’ to enable interrupt for AUTOCOLRESSTARTED event
sourcepub fn collision(&self) -> COLLISION_R
pub fn collision(&self) -> COLLISION_R
Bit 18 - Write ‘1’ to enable interrupt for COLLISION event
sourcepub fn selected(&self) -> SELECTED_R
pub fn selected(&self) -> SELECTED_R
Bit 19 - Write ‘1’ to enable interrupt for SELECTED 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