[][src]Enum cc13x2_cc26x2_hal::aon_pmctl::ramcfg::BUS_SRAM_RET_ENW

pub enum BUS_SRAM_RET_ENW {
    RET_FULL,
    RET_LEVEL3,
    RET_LEVEL2,
    RET_LEVEL1,
    RET_NONE,
}

Values that can be written to the field BUS_SRAM_RET_EN

Variants

RET_FULL

Retention on for all banks SRAM:BANK0, SRAM:BANK1 ,SRAM:BANK2, SRAM:BANK3 and SRAM:BANK4

RET_LEVEL3

Retention on for SRAM:BANK0, SRAM:BANK1 ,SRAM:BANK2 and SRAM:BANK3

RET_LEVEL2

Retention on for SRAM:BANK0, SRAM:BANK1 and SRAM:BANK2

RET_LEVEL1

Retention on for SRAM:BANK0 and SRAM:BANK1

RET_NONE

Retention is disabled

Auto Trait Implementations

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