[][src]Struct nrf52832_hal::target::nfct::intenclr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut W[src]

Writes raw bits to the register

pub fn ready(&mut self) -> _READYW[src]

Bit 0 - Write '1' to Disable interrupt for READY event

pub fn fielddetected(&mut self) -> _FIELDDETECTEDW[src]

Bit 1 - Write '1' to Disable interrupt for FIELDDETECTED event

pub fn fieldlost(&mut self) -> _FIELDLOSTW[src]

Bit 2 - Write '1' to Disable interrupt for FIELDLOST event

pub fn txframestart(&mut self) -> _TXFRAMESTARTW[src]

Bit 3 - Write '1' to Disable interrupt for TXFRAMESTART event

pub fn txframeend(&mut self) -> _TXFRAMEENDW[src]

Bit 4 - Write '1' to Disable interrupt for TXFRAMEEND event

pub fn rxframestart(&mut self) -> _RXFRAMESTARTW[src]

Bit 5 - Write '1' to Disable interrupt for RXFRAMESTART event

pub fn rxframeend(&mut self) -> _RXFRAMEENDW[src]

Bit 6 - Write '1' to Disable interrupt for RXFRAMEEND event

pub fn error(&mut self) -> _ERRORW[src]

Bit 7 - Write '1' to Disable interrupt for ERROR event

pub fn rxerror(&mut self) -> _RXERRORW[src]

Bit 10 - Write '1' to Disable interrupt for RXERROR event

pub fn endrx(&mut self) -> _ENDRXW[src]

Bit 11 - Write '1' to Disable interrupt for ENDRX event

pub fn endtx(&mut self) -> _ENDTXW[src]

Bit 12 - Write '1' to Disable interrupt for ENDTX event

pub fn autocolresstarted(&mut self) -> _AUTOCOLRESSTARTEDW[src]

Bit 14 - Write '1' to Disable interrupt for AUTOCOLRESSTARTED event

pub fn collision(&mut self) -> _COLLISIONW[src]

Bit 18 - Write '1' to Disable interrupt for COLLISION event

pub fn selected(&mut self) -> _SELECTEDW[src]

Bit 19 - Write '1' to Disable interrupt for SELECTED event

pub fn started(&mut self) -> _STARTEDW[src]

Bit 20 - Write '1' to Disable interrupt for STARTED event

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self