Struct nrf52840_pac::mwu::perregion::substatwa::R

source ·
pub struct R(/* private fields */);
Expand description

Register SUBSTATWA reader

Implementations§

source§

impl R

source

pub fn sr0(&self) -> SR0_R

Bit 0 - Subregion 0 in region n (write ‘1’ to clear)

source

pub fn sr1(&self) -> SR1_R

Bit 1 - Subregion 1 in region n (write ‘1’ to clear)

source

pub fn sr2(&self) -> SR2_R

Bit 2 - Subregion 2 in region n (write ‘1’ to clear)

source

pub fn sr3(&self) -> SR3_R

Bit 3 - Subregion 3 in region n (write ‘1’ to clear)

source

pub fn sr4(&self) -> SR4_R

Bit 4 - Subregion 4 in region n (write ‘1’ to clear)

source

pub fn sr5(&self) -> SR5_R

Bit 5 - Subregion 5 in region n (write ‘1’ to clear)

source

pub fn sr6(&self) -> SR6_R

Bit 6 - Subregion 6 in region n (write ‘1’ to clear)

source

pub fn sr7(&self) -> SR7_R

Bit 7 - Subregion 7 in region n (write ‘1’ to clear)

source

pub fn sr8(&self) -> SR8_R

Bit 8 - Subregion 8 in region n (write ‘1’ to clear)

source

pub fn sr9(&self) -> SR9_R

Bit 9 - Subregion 9 in region n (write ‘1’ to clear)

source

pub fn sr10(&self) -> SR10_R

Bit 10 - Subregion 10 in region n (write ‘1’ to clear)

source

pub fn sr11(&self) -> SR11_R

Bit 11 - Subregion 11 in region n (write ‘1’ to clear)

source

pub fn sr12(&self) -> SR12_R

Bit 12 - Subregion 12 in region n (write ‘1’ to clear)

source

pub fn sr13(&self) -> SR13_R

Bit 13 - Subregion 13 in region n (write ‘1’ to clear)

source

pub fn sr14(&self) -> SR14_R

Bit 14 - Subregion 14 in region n (write ‘1’ to clear)

source

pub fn sr15(&self) -> SR15_R

Bit 15 - Subregion 15 in region n (write ‘1’ to clear)

source

pub fn sr16(&self) -> SR16_R

Bit 16 - Subregion 16 in region n (write ‘1’ to clear)

source

pub fn sr17(&self) -> SR17_R

Bit 17 - Subregion 17 in region n (write ‘1’ to clear)

source

pub fn sr18(&self) -> SR18_R

Bit 18 - Subregion 18 in region n (write ‘1’ to clear)

source

pub fn sr19(&self) -> SR19_R

Bit 19 - Subregion 19 in region n (write ‘1’ to clear)

source

pub fn sr20(&self) -> SR20_R

Bit 20 - Subregion 20 in region n (write ‘1’ to clear)

source

pub fn sr21(&self) -> SR21_R

Bit 21 - Subregion 21 in region n (write ‘1’ to clear)

source

pub fn sr22(&self) -> SR22_R

Bit 22 - Subregion 22 in region n (write ‘1’ to clear)

source

pub fn sr23(&self) -> SR23_R

Bit 23 - Subregion 23 in region n (write ‘1’ to clear)

source

pub fn sr24(&self) -> SR24_R

Bit 24 - Subregion 24 in region n (write ‘1’ to clear)

source

pub fn sr25(&self) -> SR25_R

Bit 25 - Subregion 25 in region n (write ‘1’ to clear)

source

pub fn sr26(&self) -> SR26_R

Bit 26 - Subregion 26 in region n (write ‘1’ to clear)

source

pub fn sr27(&self) -> SR27_R

Bit 27 - Subregion 27 in region n (write ‘1’ to clear)

source

pub fn sr28(&self) -> SR28_R

Bit 28 - Subregion 28 in region n (write ‘1’ to clear)

source

pub fn sr29(&self) -> SR29_R

Bit 29 - Subregion 29 in region n (write ‘1’ to clear)

source

pub fn sr30(&self) -> SR30_R

Bit 30 - Subregion 30 in region n (write ‘1’ to clear)

source

pub fn sr31(&self) -> SR31_R

Bit 31 - Subregion 31 in region n (write ‘1’ to clear)

Methods from Deref<Target = R<SUBSTATWA_SPEC>>§

source

pub fn bits(&self) -> REG::Ux

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<SUBSTATWA_SPEC>

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl From<R<SUBSTATWA_SPEC>> for R

source§

fn from(reader: R<SUBSTATWA_SPEC>) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl Freeze for R

§

impl RefUnwindSafe for R

§

impl Send for R

§

impl Sync for R

§

impl Unpin for R

§

impl UnwindSafe for R

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.