[][src]Enum efm32gg11b820::ebi::ctrl::MODE3_A

#[repr(u8)]pub enum MODE3_A {
    D8A8,
    D16A16ALE,
    D8A24ALE,
    D16,
}

Mode 3

Value on reset: 0

Variants

D8A8

0: EBI_AD drives 8 bit data, 8 bit address, ALE not used. Extended address bits can be enabled.

D16A16ALE

1: EBI_AD drives 16 bit data, 16 bit address, ALE is used for address latching. Extended address bits can be enabled.

D8A24ALE

2: EBI_AD drives 8 bit data, 24 bit address, ALE is used for address latching. Extended address bits can be enabled.

D16

3: EBI_AD drives 16 bit data, ALE not used. Extended address bits can be enabled.

Trait Implementations

impl Clone for MODE3_A[src]

impl Copy for MODE3_A[src]

impl Debug for MODE3_A[src]

impl From<MODE3_A> for u8[src]

impl PartialEq<MODE3_A> for MODE3_A[src]

impl StructuralPartialEq for MODE3_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, 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.