nrf52840_pac::radio::intenclr

Struct W

Source
pub struct W(/* private fields */);
Expand description

Register INTENCLR writer

Implementations§

Source§

impl W

Source

pub fn ready(&mut self) -> READY_W<'_, 0>

Bit 0 - Write ‘1’ to disable interrupt for READY event

Source

pub fn address(&mut self) -> ADDRESS_W<'_, 1>

Bit 1 - Write ‘1’ to disable interrupt for ADDRESS event

Source

pub fn payload(&mut self) -> PAYLOAD_W<'_, 2>

Bit 2 - Write ‘1’ to disable interrupt for PAYLOAD event

Source

pub fn end(&mut self) -> END_W<'_, 3>

Bit 3 - Write ‘1’ to disable interrupt for END event

Source

pub fn disabled(&mut self) -> DISABLED_W<'_, 4>

Bit 4 - Write ‘1’ to disable interrupt for DISABLED event

Source

pub fn devmatch(&mut self) -> DEVMATCH_W<'_, 5>

Bit 5 - Write ‘1’ to disable interrupt for DEVMATCH event

Source

pub fn devmiss(&mut self) -> DEVMISS_W<'_, 6>

Bit 6 - Write ‘1’ to disable interrupt for DEVMISS event

Source

pub fn rssiend(&mut self) -> RSSIEND_W<'_, 7>

Bit 7 - Write ‘1’ to disable interrupt for RSSIEND event

Source

pub fn bcmatch(&mut self) -> BCMATCH_W<'_, 10>

Bit 10 - Write ‘1’ to disable interrupt for BCMATCH event

Source

pub fn crcok(&mut self) -> CRCOK_W<'_, 12>

Bit 12 - Write ‘1’ to disable interrupt for CRCOK event

Source

pub fn crcerror(&mut self) -> CRCERROR_W<'_, 13>

Bit 13 - Write ‘1’ to disable interrupt for CRCERROR event

Source

pub fn framestart(&mut self) -> FRAMESTART_W<'_, 14>

Bit 14 - Write ‘1’ to disable interrupt for FRAMESTART event

Source

pub fn edend(&mut self) -> EDEND_W<'_, 15>

Bit 15 - Write ‘1’ to disable interrupt for EDEND event

Source

pub fn edstopped(&mut self) -> EDSTOPPED_W<'_, 16>

Bit 16 - Write ‘1’ to disable interrupt for EDSTOPPED event

Source

pub fn ccaidle(&mut self) -> CCAIDLE_W<'_, 17>

Bit 17 - Write ‘1’ to disable interrupt for CCAIDLE event

Source

pub fn ccabusy(&mut self) -> CCABUSY_W<'_, 18>

Bit 18 - Write ‘1’ to disable interrupt for CCABUSY event

Source

pub fn ccastopped(&mut self) -> CCASTOPPED_W<'_, 19>

Bit 19 - Write ‘1’ to disable interrupt for CCASTOPPED event

Source

pub fn rateboost(&mut self) -> RATEBOOST_W<'_, 20>

Bit 20 - Write ‘1’ to disable interrupt for RATEBOOST event

Source

pub fn txready(&mut self) -> TXREADY_W<'_, 21>

Bit 21 - Write ‘1’ to disable interrupt for TXREADY event

Source

pub fn rxready(&mut self) -> RXREADY_W<'_, 22>

Bit 22 - Write ‘1’ to disable interrupt for RXREADY event

Source

pub fn mhrmatch(&mut self) -> MHRMATCH_W<'_, 23>

Bit 23 - Write ‘1’ to disable interrupt for MHRMATCH event

Source

pub fn phyend(&mut self) -> PHYEND_W<'_, 27>

Bit 27 - Write ‘1’ to disable interrupt for PHYEND event

Source

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self

Writes raw bits to the register.

Methods from Deref<Target = W<INTENCLR_SPEC>>§

Source

pub unsafe fn bits(&mut self, bits: REG::Ux) -> &mut Self

Writes raw bits to the register.

Trait Implementations§

Source§

impl Deref for W

Source§

type Target = W<INTENCLR_SPEC>

The resulting type after dereferencing.
Source§

fn deref(&self) -> &Self::Target

Dereferences the value.
Source§

impl DerefMut for W

Source§

fn deref_mut(&mut self) -> &mut Self::Target

Mutably dereferences the value.
Source§

impl From<W<INTENCLR_SPEC>> for W

Source§

fn from(writer: W<INTENCLR_SPEC>) -> Self

Converts to this type from the input type.

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> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<P, T> Receiver for P
where P: Deref<Target = T> + ?Sized, T: ?Sized,

Source§

type Target = T

🔬This is a nightly-only experimental API. (arbitrary_self_types)
The target type on which the method may be called.
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

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

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.