[][src]Struct nrf52::mwu::pregion::subs::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 - Include or exclude subregion 0 in region

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

Bit 1 - Include or exclude subregion 1 in region

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

Bit 2 - Include or exclude subregion 2 in region

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

Bit 3 - Include or exclude subregion 3 in region

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

Bit 4 - Include or exclude subregion 4 in region

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

Bit 5 - Include or exclude subregion 5 in region

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

Bit 6 - Include or exclude subregion 6 in region

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

Bit 7 - Include or exclude subregion 7 in region

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

Bit 8 - Include or exclude subregion 8 in region

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

Bit 9 - Include or exclude subregion 9 in region

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

Bit 10 - Include or exclude subregion 10 in region

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

Bit 11 - Include or exclude subregion 11 in region

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

Bit 12 - Include or exclude subregion 12 in region

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

Bit 13 - Include or exclude subregion 13 in region

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

Bit 14 - Include or exclude subregion 14 in region

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

Bit 15 - Include or exclude subregion 15 in region

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

Bit 16 - Include or exclude subregion 16 in region

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

Bit 17 - Include or exclude subregion 17 in region

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

Bit 18 - Include or exclude subregion 18 in region

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

Bit 19 - Include or exclude subregion 19 in region

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

Bit 20 - Include or exclude subregion 20 in region

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

Bit 21 - Include or exclude subregion 21 in region

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

Bit 22 - Include or exclude subregion 22 in region

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

Bit 23 - Include or exclude subregion 23 in region

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

Bit 24 - Include or exclude subregion 24 in region

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

Bit 25 - Include or exclude subregion 25 in region

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

Bit 26 - Include or exclude subregion 26 in region

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

Bit 27 - Include or exclude subregion 27 in region

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

Bit 28 - Include or exclude subregion 28 in region

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

Bit 29 - Include or exclude subregion 29 in region

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

Bit 30 - Include or exclude subregion 30 in region

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

Bit 31 - Include or exclude subregion 31 in region

Auto Trait Implementations

impl Unpin for R

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self