[][src]Enum imxrt1062_usb1::sbuscfg::AHBBRST_A

#[repr(u8)]pub enum AHBBRST_A {
    AHBBRST_0,
    AHBBRST_1,
    AHBBRST_2,
    AHBBRST_3,
    AHBBRST_5,
    AHBBRST_6,
    AHBBRST_7,
}

AHB master interface Burst configuration These bits control AHB master transfer type sequence (or priority)

Value on reset: 2

Variants

AHBBRST_0

0: Incremental burst of unspecified length only

AHBBRST_1

1: INCR4 burst, then single transfer

AHBBRST_2

2: INCR8 burst, INCR4 burst, then single transfer

AHBBRST_3

3: INCR16 burst, INCR8 burst, INCR4 burst, then single transfer

AHBBRST_5

5: INCR4 burst, then incremental burst of unspecified length

AHBBRST_6

6: INCR8 burst, INCR4 burst, then incremental burst of unspecified length

AHBBRST_7

7: INCR16 burst, INCR8 burst, INCR4 burst, then incremental burst of unspecified length

Trait Implementations

impl Clone for AHBBRST_A[src]

impl Copy for AHBBRST_A[src]

impl Debug for AHBBRST_A[src]

impl From<AHBBRST_A> for u8[src]

impl PartialEq<AHBBRST_A> for AHBBRST_A[src]

impl StructuralPartialEq for AHBBRST_A[src]

Auto Trait Implementations

impl Send for AHBBRST_A

impl Sync for AHBBRST_A

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