Struct nrf52840_pac::mwu::perregion::substatwa::W

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

Register SUBSTATWA writer

Implementations§

source§

impl W

source

pub fn sr0(&mut self) -> SR0_W<'_, 0>

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

source

pub fn sr1(&mut self) -> SR1_W<'_, 1>

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

source

pub fn sr2(&mut self) -> SR2_W<'_, 2>

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

source

pub fn sr3(&mut self) -> SR3_W<'_, 3>

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

source

pub fn sr4(&mut self) -> SR4_W<'_, 4>

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

source

pub fn sr5(&mut self) -> SR5_W<'_, 5>

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

source

pub fn sr6(&mut self) -> SR6_W<'_, 6>

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

source

pub fn sr7(&mut self) -> SR7_W<'_, 7>

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

source

pub fn sr8(&mut self) -> SR8_W<'_, 8>

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

source

pub fn sr9(&mut self) -> SR9_W<'_, 9>

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

source

pub fn sr10(&mut self) -> SR10_W<'_, 10>

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

source

pub fn sr11(&mut self) -> SR11_W<'_, 11>

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

source

pub fn sr12(&mut self) -> SR12_W<'_, 12>

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

source

pub fn sr13(&mut self) -> SR13_W<'_, 13>

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

source

pub fn sr14(&mut self) -> SR14_W<'_, 14>

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

source

pub fn sr15(&mut self) -> SR15_W<'_, 15>

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

source

pub fn sr16(&mut self) -> SR16_W<'_, 16>

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

source

pub fn sr17(&mut self) -> SR17_W<'_, 17>

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

source

pub fn sr18(&mut self) -> SR18_W<'_, 18>

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

source

pub fn sr19(&mut self) -> SR19_W<'_, 19>

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

source

pub fn sr20(&mut self) -> SR20_W<'_, 20>

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

source

pub fn sr21(&mut self) -> SR21_W<'_, 21>

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

source

pub fn sr22(&mut self) -> SR22_W<'_, 22>

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

source

pub fn sr23(&mut self) -> SR23_W<'_, 23>

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

source

pub fn sr24(&mut self) -> SR24_W<'_, 24>

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

source

pub fn sr25(&mut self) -> SR25_W<'_, 25>

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

source

pub fn sr26(&mut self) -> SR26_W<'_, 26>

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

source

pub fn sr27(&mut self) -> SR27_W<'_, 27>

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

source

pub fn sr28(&mut self) -> SR28_W<'_, 28>

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

source

pub fn sr29(&mut self) -> SR29_W<'_, 29>

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

source

pub fn sr30(&mut self) -> SR30_W<'_, 30>

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

source

pub fn sr31(&mut self) -> SR31_W<'_, 31>

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

source

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self

Writes raw bits to the register.

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

source

pub unsafe fn bits(&mut self, bits: REG::Ux) -> &mut Self

Writes raw bits to the register.

Trait Implementations§

source§

impl Deref for W

§

type Target = W<SUBSTATWA_SPEC>

The resulting type after dereferencing.
source§

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

Dereferences the value.
source§

impl DerefMut for W

source§

fn deref_mut(&mut self) -> &mut Self::Target

Mutably dereferences the value.
source§

impl From<W<SUBSTATWA_SPEC>> for W

source§

fn from(writer: W<SUBSTATWA_SPEC>) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl Freeze for W

§

impl RefUnwindSafe for W

§

impl Send for W

§

impl Sync for W

§

impl Unpin for W

§

impl UnwindSafe for W

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.