Struct nrf52840_pac::nfct::inten::W
source · pub struct W(/* private fields */);
Expand description
Register INTEN
writer
Implementations§
source§impl W
impl W
sourcepub fn fielddetected(&mut self) -> FIELDDETECTED_W<'_, 1>
pub fn fielddetected(&mut self) -> FIELDDETECTED_W<'_, 1>
Bit 1 - Enable or disable interrupt for FIELDDETECTED event
sourcepub fn fieldlost(&mut self) -> FIELDLOST_W<'_, 2>
pub fn fieldlost(&mut self) -> FIELDLOST_W<'_, 2>
Bit 2 - Enable or disable interrupt for FIELDLOST event
sourcepub fn txframestart(&mut self) -> TXFRAMESTART_W<'_, 3>
pub fn txframestart(&mut self) -> TXFRAMESTART_W<'_, 3>
Bit 3 - Enable or disable interrupt for TXFRAMESTART event
sourcepub fn txframeend(&mut self) -> TXFRAMEEND_W<'_, 4>
pub fn txframeend(&mut self) -> TXFRAMEEND_W<'_, 4>
Bit 4 - Enable or disable interrupt for TXFRAMEEND event
sourcepub fn rxframestart(&mut self) -> RXFRAMESTART_W<'_, 5>
pub fn rxframestart(&mut self) -> RXFRAMESTART_W<'_, 5>
Bit 5 - Enable or disable interrupt for RXFRAMESTART event
sourcepub fn rxframeend(&mut self) -> RXFRAMEEND_W<'_, 6>
pub fn rxframeend(&mut self) -> RXFRAMEEND_W<'_, 6>
Bit 6 - Enable or disable interrupt for RXFRAMEEND event
sourcepub fn rxerror(&mut self) -> RXERROR_W<'_, 10>
pub fn rxerror(&mut self) -> RXERROR_W<'_, 10>
Bit 10 - Enable or disable interrupt for RXERROR event
sourcepub fn endrx(&mut self) -> ENDRX_W<'_, 11>
pub fn endrx(&mut self) -> ENDRX_W<'_, 11>
Bit 11 - Enable or disable interrupt for ENDRX event
sourcepub fn endtx(&mut self) -> ENDTX_W<'_, 12>
pub fn endtx(&mut self) -> ENDTX_W<'_, 12>
Bit 12 - Enable or disable interrupt for ENDTX event
sourcepub fn autocolresstarted(&mut self) -> AUTOCOLRESSTARTED_W<'_, 14>
pub fn autocolresstarted(&mut self) -> AUTOCOLRESSTARTED_W<'_, 14>
Bit 14 - Enable or disable interrupt for AUTOCOLRESSTARTED event
sourcepub fn collision(&mut self) -> COLLISION_W<'_, 18>
pub fn collision(&mut self) -> COLLISION_W<'_, 18>
Bit 18 - Enable or disable interrupt for COLLISION event
sourcepub fn selected(&mut self) -> SELECTED_W<'_, 19>
pub fn selected(&mut self) -> SELECTED_W<'_, 19>
Bit 19 - Enable or disable interrupt for SELECTED event
Methods from Deref<Target = W<INTEN_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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