Struct nrf52840_pac::mwu::regionenclr::W
source · pub struct W(/* private fields */);
Expand description
Register REGIONENCLR
writer
Implementations§
source§impl W
impl W
sourcepub fn prgn0wa(&mut self) -> PRGN0WA_W<'_, 24>
pub fn prgn0wa(&mut self) -> PRGN0WA_W<'_, 24>
Bit 24 - 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 - 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 - Disable write access watch in PREGION[1]
Methods from Deref<Target = W<REGIONENCLR_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