[][src]Enum imxrt1062_usdhc1::prot_ctrl::BURST_LEN_EN_A

#[repr(u8)]pub enum BURST_LEN_EN_A {
    BURST_LEN_EN_1,
}

BURST length enable for INCR, INCR4 / INCR8 / INCR16, INCR4-WRAP / INCR8-WRAP / INCR16-WRAP

Value on reset: 1

Variants

BURST_LEN_EN_1

1: Burst length is enabled for INCR

Trait Implementations

impl Clone for BURST_LEN_EN_A[src]

impl Copy for BURST_LEN_EN_A[src]

impl Debug for BURST_LEN_EN_A[src]

impl From<BURST_LEN_EN_A> for u8[src]

impl PartialEq<BURST_LEN_EN_A> for BURST_LEN_EN_A[src]

impl StructuralPartialEq for BURST_LEN_EN_A[src]

Auto Trait Implementations

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.