[][src]Enum imxrt1062_dcp::ch0stat_clr::ERROR_CODE_A

#[repr(u8)]pub enum ERROR_CODE_A {
    NEXT_CHAIN_IS_0,
    NO_CHAIN,
    CONTEXT_ERROR,
    PAYLOAD_ERROR,
    INVALID_MODE,
}

Indicates the additional error codes for some of the error conditions

Value on reset: 0

Variants

NEXT_CHAIN_IS_0

1: Error signalled because the next pointer is 0x00000000

NO_CHAIN

2: Error signalled because the semaphore is non-zero and neither chain bit is set

CONTEXT_ERROR

3: Error signalled because an error is reported reading/writing the context buffer

PAYLOAD_ERROR

4: Error signalled because an error is reported reading/writing the payload

INVALID_MODE

5: Error signalled because the control packet specifies an invalid mode select (for instance, blit + hash)

Trait Implementations

impl Clone for ERROR_CODE_A[src]

impl Copy for ERROR_CODE_A[src]

impl Debug for ERROR_CODE_A[src]

impl From<ERROR_CODE_A> for u8[src]

impl PartialEq<ERROR_CODE_A> for ERROR_CODE_A[src]

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