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

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

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, 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