[][src]Enum imxrt1062_usdhc1::vend_spec::CRC_CHK_DIS_A

pub enum CRC_CHK_DIS_A {
    CRC_CHK_DIS_0,
    CRC_CHK_DIS_1,
}

CRC Check Disable

Value on reset: 0

Variants

CRC_CHK_DIS_0

0: Check CRC16 for every read data packet and check CRC bits for every write data packet

CRC_CHK_DIS_1

1: Ignore CRC16 check for every read data packet and ignore CRC bits check for every write data packet

Trait Implementations

impl Clone for CRC_CHK_DIS_A[src]

impl Copy for CRC_CHK_DIS_A[src]

impl Debug for CRC_CHK_DIS_A[src]

impl From<CRC_CHK_DIS_A> for bool[src]

impl PartialEq<CRC_CHK_DIS_A> for CRC_CHK_DIS_A[src]

impl StructuralPartialEq for CRC_CHK_DIS_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.