[][src]Struct nrf52832_hal::target::mwu::intenset::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 region0wa(&mut self) -> _REGION0WAW[src]

Bit 0 - Write '1' to Enable interrupt for REGION[0].WA event

pub fn region0ra(&mut self) -> _REGION0RAW[src]

Bit 1 - Write '1' to Enable interrupt for REGION[0].RA event

pub fn region1wa(&mut self) -> _REGION1WAW[src]

Bit 2 - Write '1' to Enable interrupt for REGION[1].WA event

pub fn region1ra(&mut self) -> _REGION1RAW[src]

Bit 3 - Write '1' to Enable interrupt for REGION[1].RA event

pub fn region2wa(&mut self) -> _REGION2WAW[src]

Bit 4 - Write '1' to Enable interrupt for REGION[2].WA event

pub fn region2ra(&mut self) -> _REGION2RAW[src]

Bit 5 - Write '1' to Enable interrupt for REGION[2].RA event

pub fn region3wa(&mut self) -> _REGION3WAW[src]

Bit 6 - Write '1' to Enable interrupt for REGION[3].WA event

pub fn region3ra(&mut self) -> _REGION3RAW[src]

Bit 7 - Write '1' to Enable interrupt for REGION[3].RA event

pub fn pregion0wa(&mut self) -> _PREGION0WAW[src]

Bit 24 - Write '1' to Enable interrupt for PREGION[0].WA event

pub fn pregion0ra(&mut self) -> _PREGION0RAW[src]

Bit 25 - Write '1' to Enable interrupt for PREGION[0].RA event

pub fn pregion1wa(&mut self) -> _PREGION1WAW[src]

Bit 26 - Write '1' to Enable interrupt for PREGION[1].WA event

pub fn pregion1ra(&mut self) -> _PREGION1RAW[src]

Bit 27 - Write '1' to Enable interrupt for PREGION[1].RA 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