Struct nrf52840_pac::power::ram::powerclr::W

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

Register POWERCLR writer

Implementations§

source§

impl W

source

pub fn s0power(&mut self) -> S0POWER_W<'_, 0>

Bit 0 - Keep RAM section S0 of RAMn on or off in System ON mode

source

pub fn s1power(&mut self) -> S1POWER_W<'_, 1>

Bit 1 - Keep RAM section S1 of RAMn on or off in System ON mode

source

pub fn s2power(&mut self) -> S2POWER_W<'_, 2>

Bit 2 - Keep RAM section S2 of RAMn on or off in System ON mode

source

pub fn s3power(&mut self) -> S3POWER_W<'_, 3>

Bit 3 - Keep RAM section S3 of RAMn on or off in System ON mode

source

pub fn s4power(&mut self) -> S4POWER_W<'_, 4>

Bit 4 - Keep RAM section S4 of RAMn on or off in System ON mode

source

pub fn s5power(&mut self) -> S5POWER_W<'_, 5>

Bit 5 - Keep RAM section S5 of RAMn on or off in System ON mode

source

pub fn s6power(&mut self) -> S6POWER_W<'_, 6>

Bit 6 - Keep RAM section S6 of RAMn on or off in System ON mode

source

pub fn s7power(&mut self) -> S7POWER_W<'_, 7>

Bit 7 - Keep RAM section S7 of RAMn on or off in System ON mode

source

pub fn s8power(&mut self) -> S8POWER_W<'_, 8>

Bit 8 - Keep RAM section S8 of RAMn on or off in System ON mode

source

pub fn s9power(&mut self) -> S9POWER_W<'_, 9>

Bit 9 - Keep RAM section S9 of RAMn on or off in System ON mode

source

pub fn s10power(&mut self) -> S10POWER_W<'_, 10>

Bit 10 - Keep RAM section S10 of RAMn on or off in System ON mode

source

pub fn s11power(&mut self) -> S11POWER_W<'_, 11>

Bit 11 - Keep RAM section S11 of RAMn on or off in System ON mode

source

pub fn s12power(&mut self) -> S12POWER_W<'_, 12>

Bit 12 - Keep RAM section S12 of RAMn on or off in System ON mode

source

pub fn s13power(&mut self) -> S13POWER_W<'_, 13>

Bit 13 - Keep RAM section S13 of RAMn on or off in System ON mode

source

pub fn s14power(&mut self) -> S14POWER_W<'_, 14>

Bit 14 - Keep RAM section S14 of RAMn on or off in System ON mode

source

pub fn s15power(&mut self) -> S15POWER_W<'_, 15>

Bit 15 - Keep RAM section S15 of RAMn on or off in System ON mode

source

pub fn s0retention(&mut self) -> S0RETENTION_W<'_, 16>

Bit 16 - Keep retention on RAM section S0 when RAM section is switched off

source

pub fn s1retention(&mut self) -> S1RETENTION_W<'_, 17>

Bit 17 - Keep retention on RAM section S1 when RAM section is switched off

source

pub fn s2retention(&mut self) -> S2RETENTION_W<'_, 18>

Bit 18 - Keep retention on RAM section S2 when RAM section is switched off

source

pub fn s3retention(&mut self) -> S3RETENTION_W<'_, 19>

Bit 19 - Keep retention on RAM section S3 when RAM section is switched off

source

pub fn s4retention(&mut self) -> S4RETENTION_W<'_, 20>

Bit 20 - Keep retention on RAM section S4 when RAM section is switched off

source

pub fn s5retention(&mut self) -> S5RETENTION_W<'_, 21>

Bit 21 - Keep retention on RAM section S5 when RAM section is switched off

source

pub fn s6retention(&mut self) -> S6RETENTION_W<'_, 22>

Bit 22 - Keep retention on RAM section S6 when RAM section is switched off

source

pub fn s7retention(&mut self) -> S7RETENTION_W<'_, 23>

Bit 23 - Keep retention on RAM section S7 when RAM section is switched off

source

pub fn s8retention(&mut self) -> S8RETENTION_W<'_, 24>

Bit 24 - Keep retention on RAM section S8 when RAM section is switched off

source

pub fn s9retention(&mut self) -> S9RETENTION_W<'_, 25>

Bit 25 - Keep retention on RAM section S9 when RAM section is switched off

source

pub fn s10retention(&mut self) -> S10RETENTION_W<'_, 26>

Bit 26 - Keep retention on RAM section S10 when RAM section is switched off

source

pub fn s11retention(&mut self) -> S11RETENTION_W<'_, 27>

Bit 27 - Keep retention on RAM section S11 when RAM section is switched off

source

pub fn s12retention(&mut self) -> S12RETENTION_W<'_, 28>

Bit 28 - Keep retention on RAM section S12 when RAM section is switched off

source

pub fn s13retention(&mut self) -> S13RETENTION_W<'_, 29>

Bit 29 - Keep retention on RAM section S13 when RAM section is switched off

source

pub fn s14retention(&mut self) -> S14RETENTION_W<'_, 30>

Bit 30 - Keep retention on RAM section S14 when RAM section is switched off

source

pub fn s15retention(&mut self) -> S15RETENTION_W<'_, 31>

Bit 31 - Keep retention on RAM section S15 when RAM section is switched off

source

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

Writes raw bits to the register.

Methods from Deref<Target = W<POWERCLR_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<POWERCLR_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<POWERCLR_SPEC>> for W

source§

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