[][src]Struct nrf52832_hal::target::mwu::regionenclr::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 rgn0wa(&mut self) -> _RGN0WAW[src]

Bit 0 - Disable write access watch in region[0]

pub fn rgn0ra(&mut self) -> _RGN0RAW[src]

Bit 1 - Disable read access watch in region[0]

pub fn rgn1wa(&mut self) -> _RGN1WAW[src]

Bit 2 - Disable write access watch in region[1]

pub fn rgn1ra(&mut self) -> _RGN1RAW[src]

Bit 3 - Disable read access watch in region[1]

pub fn rgn2wa(&mut self) -> _RGN2WAW[src]

Bit 4 - Disable write access watch in region[2]

pub fn rgn2ra(&mut self) -> _RGN2RAW[src]

Bit 5 - Disable read access watch in region[2]

pub fn rgn3wa(&mut self) -> _RGN3WAW[src]

Bit 6 - Disable write access watch in region[3]

pub fn rgn3ra(&mut self) -> _RGN3RAW[src]

Bit 7 - Disable read access watch in region[3]

pub fn prgn0wa(&mut self) -> _PRGN0WAW[src]

Bit 24 - Disable write access watch in PREGION[0]

pub fn prgn0ra(&mut self) -> _PRGN0RAW[src]

Bit 25 - Disable read access watch in PREGION[0]

pub fn prgn1wa(&mut self) -> _PRGN1WAW[src]

Bit 26 - Disable write access watch in PREGION[1]

pub fn prgn1ra(&mut self) -> _PRGN1RAW[src]

Bit 27 - Disable read access watch in PREGION[1]

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