Struct nrf52840_pac::mwu::pregion::subs::W

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

Register SUBS writer

Implementations§

source§

impl W

source

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

Bit 0 - Include or exclude subregion 0 in region

source

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

Bit 1 - Include or exclude subregion 1 in region

source

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

Bit 2 - Include or exclude subregion 2 in region

source

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

Bit 3 - Include or exclude subregion 3 in region

source

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

Bit 4 - Include or exclude subregion 4 in region

source

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

Bit 5 - Include or exclude subregion 5 in region

source

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

Bit 6 - Include or exclude subregion 6 in region

source

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

Bit 7 - Include or exclude subregion 7 in region

source

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

Bit 8 - Include or exclude subregion 8 in region

source

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

Bit 9 - Include or exclude subregion 9 in region

source

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

Bit 10 - Include or exclude subregion 10 in region

source

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

Bit 11 - Include or exclude subregion 11 in region

source

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

Bit 12 - Include or exclude subregion 12 in region

source

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

Bit 13 - Include or exclude subregion 13 in region

source

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

Bit 14 - Include or exclude subregion 14 in region

source

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

Bit 15 - Include or exclude subregion 15 in region

source

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

Bit 16 - Include or exclude subregion 16 in region

source

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

Bit 17 - Include or exclude subregion 17 in region

source

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

Bit 18 - Include or exclude subregion 18 in region

source

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

Bit 19 - Include or exclude subregion 19 in region

source

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

Bit 20 - Include or exclude subregion 20 in region

source

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

Bit 21 - Include or exclude subregion 21 in region

source

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

Bit 22 - Include or exclude subregion 22 in region

source

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

Bit 23 - Include or exclude subregion 23 in region

source

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

Bit 24 - Include or exclude subregion 24 in region

source

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

Bit 25 - Include or exclude subregion 25 in region

source

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

Bit 26 - Include or exclude subregion 26 in region

source

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

Bit 27 - Include or exclude subregion 27 in region

source

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

Bit 28 - Include or exclude subregion 28 in region

source

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

Bit 29 - Include or exclude subregion 29 in region

source

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

Bit 30 - Include or exclude subregion 30 in region

source

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

Bit 31 - Include or exclude subregion 31 in region

source

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

Writes raw bits to the register.

Methods from Deref<Target = W<SUBS_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<SUBS_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<SUBS_SPEC>> for W

source§

fn from(writer: W<SUBS_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.