[][src]Enum efm32pg12_pac::emu::em4ctrl::EM4IORETMODE_A

#[repr(u8)]
pub enum EM4IORETMODE_A {
    DISABLE,
    EM4EXIT,
    SWUNLATCH,
}

EM4 IO Retention Disable

Value on reset: 0

Variants

DISABLE

0: No Retention: Pads enter reset state when entering EM4

EM4EXIT

1: Retention through EM4: Pads enter reset state when exiting EM4

SWUNLATCH

2: Retention through EM4 and Wakeup: software writes UNLATCH register to remove retention

Trait Implementations

impl Clone for EM4IORETMODE_A[src]

impl Copy for EM4IORETMODE_A[src]

impl Debug for EM4IORETMODE_A[src]

impl From<EM4IORETMODE_A> for u8[src]

impl PartialEq<EM4IORETMODE_A> for EM4IORETMODE_A[src]

impl StructuralPartialEq for EM4IORETMODE_A[src]

Auto Trait Implementations

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.