[][src]Struct nrf52832_hal::target::mwu::intenset::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn region0wa(&self) -> REGION0WAR[src]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Auto Trait Implementations

impl Send for R

impl Sync for R

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