[][src]Enum xmc4800::ebu::busrap2::EXTDATA_A

pub enum EXTDATA_A {
    VALUE1,
    VALUE2,
    VALUE3,
    VALUE4,
}

Extended data

Value on reset: 3

Variants

VALUE1

0: external memory outputs data every BFCLK cycle

VALUE2

1: external memory outputs data every two BFCLK cycles

VALUE3

2: external memory outputs data every four BFCLK cycles

VALUE4

3: external memory outputs data every eight BFCLK cycles

Trait Implementations

impl From<EXTDATA_A> for u8[src]

impl PartialEq<EXTDATA_A> for EXTDATA_A[src]

impl Debug for EXTDATA_A[src]

impl Copy for EXTDATA_A[src]

impl Clone for EXTDATA_A[src]

Auto Trait Implementations

impl Unpin for EXTDATA_A

impl Send for EXTDATA_A

impl Sync for EXTDATA_A

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