[][src]Enum imxrt1062_dcp::ch1stat_tog::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 is signalled because the next pointer is 0x00000000.

NO_CHAIN

2: Error is signalled because the semaphore is of a non-zero value and neither of the chain bits is set.

CONTEXT_ERROR

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

PAYLOAD_ERROR

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

INVALID_MODE

5: Error is signalled because the control packet specifies an invalid mode select (for example, 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.