[][src]Struct nrf52832_hal::target::mwu::perregion::substatwa::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 sr0(&self) -> SR0R[src]

Bit 0 - Subregion 0 in region 0 (write '1' to clear)

pub fn sr1(&self) -> SR1R[src]

Bit 1 - Subregion 1 in region 0 (write '1' to clear)

pub fn sr2(&self) -> SR2R[src]

Bit 2 - Subregion 2 in region 0 (write '1' to clear)

pub fn sr3(&self) -> SR3R[src]

Bit 3 - Subregion 3 in region 0 (write '1' to clear)

pub fn sr4(&self) -> SR4R[src]

Bit 4 - Subregion 4 in region 0 (write '1' to clear)

pub fn sr5(&self) -> SR5R[src]

Bit 5 - Subregion 5 in region 0 (write '1' to clear)

pub fn sr6(&self) -> SR6R[src]

Bit 6 - Subregion 6 in region 0 (write '1' to clear)

pub fn sr7(&self) -> SR7R[src]

Bit 7 - Subregion 7 in region 0 (write '1' to clear)

pub fn sr8(&self) -> SR8R[src]

Bit 8 - Subregion 8 in region 0 (write '1' to clear)

pub fn sr9(&self) -> SR9R[src]

Bit 9 - Subregion 9 in region 0 (write '1' to clear)

pub fn sr10(&self) -> SR10R[src]

Bit 10 - Subregion 10 in region 0 (write '1' to clear)

pub fn sr11(&self) -> SR11R[src]

Bit 11 - Subregion 11 in region 0 (write '1' to clear)

pub fn sr12(&self) -> SR12R[src]

Bit 12 - Subregion 12 in region 0 (write '1' to clear)

pub fn sr13(&self) -> SR13R[src]

Bit 13 - Subregion 13 in region 0 (write '1' to clear)

pub fn sr14(&self) -> SR14R[src]

Bit 14 - Subregion 14 in region 0 (write '1' to clear)

pub fn sr15(&self) -> SR15R[src]

Bit 15 - Subregion 15 in region 0 (write '1' to clear)

pub fn sr16(&self) -> SR16R[src]

Bit 16 - Subregion 16 in region 0 (write '1' to clear)

pub fn sr17(&self) -> SR17R[src]

Bit 17 - Subregion 17 in region 0 (write '1' to clear)

pub fn sr18(&self) -> SR18R[src]

Bit 18 - Subregion 18 in region 0 (write '1' to clear)

pub fn sr19(&self) -> SR19R[src]

Bit 19 - Subregion 19 in region 0 (write '1' to clear)

pub fn sr20(&self) -> SR20R[src]

Bit 20 - Subregion 20 in region 0 (write '1' to clear)

pub fn sr21(&self) -> SR21R[src]

Bit 21 - Subregion 21 in region 0 (write '1' to clear)

pub fn sr22(&self) -> SR22R[src]

Bit 22 - Subregion 22 in region 0 (write '1' to clear)

pub fn sr23(&self) -> SR23R[src]

Bit 23 - Subregion 23 in region 0 (write '1' to clear)

pub fn sr24(&self) -> SR24R[src]

Bit 24 - Subregion 24 in region 0 (write '1' to clear)

pub fn sr25(&self) -> SR25R[src]

Bit 25 - Subregion 25 in region 0 (write '1' to clear)

pub fn sr26(&self) -> SR26R[src]

Bit 26 - Subregion 26 in region 0 (write '1' to clear)

pub fn sr27(&self) -> SR27R[src]

Bit 27 - Subregion 27 in region 0 (write '1' to clear)

pub fn sr28(&self) -> SR28R[src]

Bit 28 - Subregion 28 in region 0 (write '1' to clear)

pub fn sr29(&self) -> SR29R[src]

Bit 29 - Subregion 29 in region 0 (write '1' to clear)

pub fn sr30(&self) -> SR30R[src]

Bit 30 - Subregion 30 in region 0 (write '1' to clear)

pub fn sr31(&self) -> SR31R[src]

Bit 31 - Subregion 31 in region 0 (write '1' to clear)

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