[][src]Enum efm32pg12_pac::crypto0::cstatus::V1_A

#[repr(u8)]
pub enum V1_A {
    DDATA0,
    DDATA1,
    DDATA2,
    DDATA3,
    DDATA4,
    DATA0,
    DATA1,
    DATA2,
}

Selected ALU Operand 1

Value on reset: 2

Variants

DDATA0

0: 0

DDATA1

1: 1

DDATA2

2: 10

DDATA3

3: 11

DDATA4

4: 100

DATA0

5: 101

DATA1

6: 110

DATA2

7: 111

Trait Implementations

impl Clone for V1_A[src]

impl Copy for V1_A[src]

impl Debug for V1_A[src]

impl From<V1_A> for u8[src]

impl PartialEq<V1_A> for V1_A[src]

impl StructuralPartialEq for V1_A[src]

Auto Trait Implementations

impl Send for V1_A

impl Sync for V1_A

impl Unpin for V1_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.