[][src]Struct ambiq_apollo3p_pac::pwrctrl::mempwdinsleep::SRAMPWDSLP_W

pub struct SRAMPWDSLP_W<'a> { /* fields omitted */ }

Write proxy for field SRAMPWDSLP

Methods

impl<'a> SRAMPWDSLP_W<'a>[src]

pub fn variant(self, variant: SRAMPWDSLP_A) -> &'a mut W[src]

Writes variant to the field

pub fn none(self) -> &'a mut W[src]

All banks retained

pub fn group0(self) -> &'a mut W[src]

SRAM GROUP0 powered down (64KB-128KB)

pub fn group1(self) -> &'a mut W[src]

SRAM GROUP1 powered down (128KB-192KB)

pub fn group2(self) -> &'a mut W[src]

SRAM GROUP2 powered down (192KB-256KB)

pub fn group3(self) -> &'a mut W[src]

SRAM GROUP3 powered down (256KB-320KB)

pub fn group4(self) -> &'a mut W[src]

SRAM GROUP4 powered down (320KB-384KB)

pub fn group5(self) -> &'a mut W[src]

SRAM GROUP5 powered down (384KB-448KB)

pub fn group6(self) -> &'a mut W[src]

SRAM GROUP6 powered down (448KB-512KB)

pub fn group7(self) -> &'a mut W[src]

SRAM GROUP7 powered down (512KB-576KB)

pub fn group8(self) -> &'a mut W[src]

SRAM GROUP8 powered down (576KB-672KB)

pub fn group9(self) -> &'a mut W[src]

SRAM GROUP9 powered down (672KB-768KB)

pub fn sram128k(self) -> &'a mut W[src]

Power-down lower 128k SRAM (64KB-192KB)

pub fn sram256k(self) -> &'a mut W[src]

Power-down lower 256k SRAM (64KB-320KB)

pub fn allbutlower64k(self) -> &'a mut W[src]

All SRAM banks but lower 64k powered down.

pub fn allbutlower128k(self) -> &'a mut W[src]

All banks but lower 128k powered down.

pub fn allbutlower256k(self) -> &'a mut W[src]

All banks but lower 256k powered down.

pub fn all(self) -> &'a mut W[src]

All banks powered down.

pub unsafe fn bits(self, value: u16) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for SRAMPWDSLP_W<'a>

impl<'a> !Sync for SRAMPWDSLP_W<'a>

impl<'a> Unpin for SRAMPWDSLP_W<'a>

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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

type Error = Infallible

The type returned in the event of a conversion error.

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

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.