[][src]Enum xmc4800::ebu::busrcon2::DBA_A

pub enum DBA_A {
    VALUE1,
    VALUE2,
}

Disable Burst Address Wrapping

Value on reset: 0

Variants

VALUE1

0: Memory Controller automatically re-aligns any non-aligned synchronous burst access so that data can be fetched from the device in a single burst transaction.

VALUE2

1: Memory Controller always starts any burst access to a synchronous burst device at the address specified by the AHB request. Any required address wrapping must be automatically provided by the Burst FLASH device.

Trait Implementations

impl From<DBA_A> for bool[src]

impl PartialEq<DBA_A> for DBA_A[src]

impl Debug for DBA_A[src]

impl Copy for DBA_A[src]

impl Clone for DBA_A[src]

Auto Trait Implementations

impl Unpin for DBA_A

impl Send for DBA_A

impl Sync for DBA_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