[][src]Enum atsam4sd32c_pac::matrix::matrix_mcfg::ULBT_A

#[repr(u8)]pub enum ULBT_A {
    INFINITE,
    SINGLE,
    FOUR_BEAT,
    EIGHT_BEAT,
    SIXTEEN_BEAT,
}

Undefined Length Burst Type

Variants

INFINITE

0: No predicted end of burst is generated and therefore INCR bursts coming from this master cannot be broken

SINGLE

1: The undefined length burst is treated as a succession of single access allowing rearbitration at each beat of the INCR burst

FOUR_BEAT

2: The undefined length burst is split into a 4-beat bursts allowing rearbitration at each 4-beat burst end

EIGHT_BEAT

3: The undefined length burst is split into 8-beat bursts allowing rearbitration at each 8-beat burst end

SIXTEEN_BEAT

4: The undefined length burst is split into 16-beat bursts allowing rearbitration at each 16-beat burst end

Trait Implementations

impl Clone for ULBT_A[src]

impl Copy for ULBT_A[src]

impl Debug for ULBT_A[src]

impl From<ULBT_A> for u8[src]

impl PartialEq<ULBT_A> for ULBT_A[src]

impl StructuralPartialEq for ULBT_A[src]

Auto Trait Implementations

impl Send for ULBT_A

impl Sync for ULBT_A

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