[][src]Struct nrf52840_hal::target::power::ram::power::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut W[src]

Writes raw bits to the register

pub fn s0power(&mut self) -> _S0POWERW[src]

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

pub fn s1power(&mut self) -> _S1POWERW[src]

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

pub fn s2power(&mut self) -> _S2POWERW[src]

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

pub fn s3power(&mut self) -> _S3POWERW[src]

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

pub fn s4power(&mut self) -> _S4POWERW[src]

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

pub fn s5power(&mut self) -> _S5POWERW[src]

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

pub fn s6power(&mut self) -> _S6POWERW[src]

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

pub fn s7power(&mut self) -> _S7POWERW[src]

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

pub fn s8power(&mut self) -> _S8POWERW[src]

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

pub fn s9power(&mut self) -> _S9POWERW[src]

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

pub fn s10power(&mut self) -> _S10POWERW[src]

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

pub fn s11power(&mut self) -> _S11POWERW[src]

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

pub fn s12power(&mut self) -> _S12POWERW[src]

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

pub fn s13power(&mut self) -> _S13POWERW[src]

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

pub fn s14power(&mut self) -> _S14POWERW[src]

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

pub fn s15power(&mut self) -> _S15POWERW[src]

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

pub fn s0retention(&mut self) -> _S0RETENTIONW[src]

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

pub fn s1retention(&mut self) -> _S1RETENTIONW[src]

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

pub fn s2retention(&mut self) -> _S2RETENTIONW[src]

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

pub fn s3retention(&mut self) -> _S3RETENTIONW[src]

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

pub fn s4retention(&mut self) -> _S4RETENTIONW[src]

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

pub fn s5retention(&mut self) -> _S5RETENTIONW[src]

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

pub fn s6retention(&mut self) -> _S6RETENTIONW[src]

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

pub fn s7retention(&mut self) -> _S7RETENTIONW[src]

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

pub fn s8retention(&mut self) -> _S8RETENTIONW[src]

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

pub fn s9retention(&mut self) -> _S9RETENTIONW[src]

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

pub fn s10retention(&mut self) -> _S10RETENTIONW[src]

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

pub fn s11retention(&mut self) -> _S11RETENTIONW[src]

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

pub fn s12retention(&mut self) -> _S12RETENTIONW[src]

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

pub fn s13retention(&mut self) -> _S13RETENTIONW[src]

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

pub fn s14retention(&mut self) -> _S14RETENTIONW[src]

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

pub fn s15retention(&mut self) -> _S15RETENTIONW[src]

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

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

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

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

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

impl<T> Same for T

type Output = T

Should always be Self