[][src]Enum k22f::axbs::mgpcr1::AULB_A

#[repr(u8)]pub enum AULB_A {
    _000,
    _001,
    _010,
    _011,
    _100,
}

Arbitrates On Undefined Length Bursts

Value on reset: 0

Variants

_000

0: No arbitration is allowed during an undefined length burst

_001

1: Arbitration is allowed at any time during an undefined length burst

_010

2: Arbitration is allowed after four beats of an undefined length burst

_011

3: Arbitration is allowed after eight beats of an undefined length burst

_100

4: Arbitration is allowed after 16 beats of an undefined length burst

Trait Implementations

impl Clone for AULB_A[src]

impl Copy for AULB_A[src]

impl Debug for AULB_A[src]

impl From<AULB_A> for u8[src]

impl PartialEq<AULB_A> for AULB_A[src]

impl StructuralPartialEq for AULB_A[src]

Auto Trait Implementations

impl Send for AULB_A

impl Sync for AULB_A

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