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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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