Struct nrf52840_pac::mwu::regionen::W
source · pub struct W(/* private fields */);
Expand description
Register REGIONEN
writer
Implementations§
source§impl W
impl W
sourcepub fn rgn0wa(&mut self) -> RGN0WA_W<'_, 0>
pub fn rgn0wa(&mut self) -> RGN0WA_W<'_, 0>
Bit 0 - Enable/disable write access watch in region[0]
sourcepub fn rgn0ra(&mut self) -> RGN0RA_W<'_, 1>
pub fn rgn0ra(&mut self) -> RGN0RA_W<'_, 1>
Bit 1 - Enable/disable read access watch in region[0]
sourcepub fn rgn1wa(&mut self) -> RGN1WA_W<'_, 2>
pub fn rgn1wa(&mut self) -> RGN1WA_W<'_, 2>
Bit 2 - Enable/disable write access watch in region[1]
sourcepub fn rgn1ra(&mut self) -> RGN1RA_W<'_, 3>
pub fn rgn1ra(&mut self) -> RGN1RA_W<'_, 3>
Bit 3 - Enable/disable read access watch in region[1]
sourcepub fn rgn2wa(&mut self) -> RGN2WA_W<'_, 4>
pub fn rgn2wa(&mut self) -> RGN2WA_W<'_, 4>
Bit 4 - Enable/disable write access watch in region[2]
sourcepub fn rgn2ra(&mut self) -> RGN2RA_W<'_, 5>
pub fn rgn2ra(&mut self) -> RGN2RA_W<'_, 5>
Bit 5 - Enable/disable read access watch in region[2]
sourcepub fn rgn3wa(&mut self) -> RGN3WA_W<'_, 6>
pub fn rgn3wa(&mut self) -> RGN3WA_W<'_, 6>
Bit 6 - Enable/disable write access watch in region[3]
sourcepub fn rgn3ra(&mut self) -> RGN3RA_W<'_, 7>
pub fn rgn3ra(&mut self) -> RGN3RA_W<'_, 7>
Bit 7 - Enable/disable read access watch in region[3]
sourcepub fn prgn0wa(&mut self) -> PRGN0WA_W<'_, 24>
pub fn prgn0wa(&mut self) -> PRGN0WA_W<'_, 24>
Bit 24 - Enable/disable write access watch in PREGION[0]
sourcepub fn prgn0ra(&mut self) -> PRGN0RA_W<'_, 25>
pub fn prgn0ra(&mut self) -> PRGN0RA_W<'_, 25>
Bit 25 - Enable/disable read access watch in PREGION[0]
sourcepub fn prgn1wa(&mut self) -> PRGN1WA_W<'_, 26>
pub fn prgn1wa(&mut self) -> PRGN1WA_W<'_, 26>
Bit 26 - Enable/disable write access watch in PREGION[1]
Methods from Deref<Target = W<REGIONEN_SPEC>>§
Trait Implementations§
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> 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