[][src]Struct nrf52810_pac::power::ram::powerclr::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 Self[src]

Writes raw bits to the register

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

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

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

Bit 1 - Keep RAM section S1 of RAMn 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 switched off

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

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

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

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

🔬 This is a nightly-only experimental API. (try_from)

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]