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

pub enum MODE1W {
    D8A8,
    D16A16ALE,
    D8A24ALE,
    D16,
}

Values that can be written to the field MODE1

Variants

D8A8

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

D16A16ALE

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

D8A24ALE

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

D16

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

Auto Trait Implementations

impl Send for MODE1W

impl Sync for MODE1W

Blanket Implementations

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> From for T[src]

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