[][src]Enum efm32pg12_pac::crypto0::dstatus::DATA0ZERO_A

pub enum DATA0ZERO_A {
    ZERO0TO31,
    ZERO32TO63,
    ZERO64TO95,
    ZERO96TO127,
}

Data 0 Zero

Value on reset: 0

Variants

ZERO0TO31

1: In DATA0 bits 0 to 31 are all zero.

ZERO32TO63

2: In DATA0 bits 32 to 63 are all zero.

ZERO64TO95

4: In DATA0 bits 64 to 95 are all zero.

ZERO96TO127

8: In DATA0 bits 96 to 127 are all zero.

Trait Implementations

impl From<DATA0ZERO_A> for u8[src]

impl Debug for DATA0ZERO_A[src]

impl PartialEq<DATA0ZERO_A> for DATA0ZERO_A[src]

impl Copy for DATA0ZERO_A[src]

impl StructuralPartialEq for DATA0ZERO_A[src]

impl Clone for DATA0ZERO_A[src]

Auto Trait Implementations

Blanket Implementations

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

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> Into<U> for T where
    U: From<T>, 
[src]

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self