Struct nrf52840_pac::mwu::inten::R
source · pub struct R(/* private fields */);
Expand description
Register INTEN
reader
Implementations§
source§impl R
impl R
sourcepub fn region0wa(&self) -> REGION0WA_R
pub fn region0wa(&self) -> REGION0WA_R
Bit 0 - Enable or disable interrupt for REGION[0].WA event
sourcepub fn region0ra(&self) -> REGION0RA_R
pub fn region0ra(&self) -> REGION0RA_R
Bit 1 - Enable or disable interrupt for REGION[0].RA event
sourcepub fn region1wa(&self) -> REGION1WA_R
pub fn region1wa(&self) -> REGION1WA_R
Bit 2 - Enable or disable interrupt for REGION[1].WA event
sourcepub fn region1ra(&self) -> REGION1RA_R
pub fn region1ra(&self) -> REGION1RA_R
Bit 3 - Enable or disable interrupt for REGION[1].RA event
sourcepub fn region2wa(&self) -> REGION2WA_R
pub fn region2wa(&self) -> REGION2WA_R
Bit 4 - Enable or disable interrupt for REGION[2].WA event
sourcepub fn region2ra(&self) -> REGION2RA_R
pub fn region2ra(&self) -> REGION2RA_R
Bit 5 - Enable or disable interrupt for REGION[2].RA event
sourcepub fn region3wa(&self) -> REGION3WA_R
pub fn region3wa(&self) -> REGION3WA_R
Bit 6 - Enable or disable interrupt for REGION[3].WA event
sourcepub fn region3ra(&self) -> REGION3RA_R
pub fn region3ra(&self) -> REGION3RA_R
Bit 7 - Enable or disable interrupt for REGION[3].RA event
sourcepub fn pregion0wa(&self) -> PREGION0WA_R
pub fn pregion0wa(&self) -> PREGION0WA_R
Bit 24 - Enable or disable interrupt for PREGION[0].WA event
sourcepub fn pregion0ra(&self) -> PREGION0RA_R
pub fn pregion0ra(&self) -> PREGION0RA_R
Bit 25 - Enable or disable interrupt for PREGION[0].RA event
sourcepub fn pregion1wa(&self) -> PREGION1WA_R
pub fn pregion1wa(&self) -> PREGION1WA_R
Bit 26 - Enable or disable interrupt for PREGION[1].WA event
sourcepub fn pregion1ra(&self) -> PREGION1RA_R
pub fn pregion1ra(&self) -> PREGION1RA_R
Bit 27 - Enable or disable interrupt for PREGION[1].RA event
Methods from Deref<Target = R<INTEN_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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