#[repr(u8)]
pub enum NEXT_A {
    NEXT_0,
    NEXT_1,
    NEXT_2,
    NEXT_3,
    NEXT_4,
    NEXT_5,
    NEXT_6,
    NEXT_7,
    NEXT_8,
    NEXT_9,
    NEXT_15,
}
Expand description

Next Command Select

Value on reset: 0

Variants

NEXT_0

0: No next command defined. Terminate conversions at completion of current command. If lower priority trigger pending, begin command associated with lower priority trigger.

NEXT_1

1: Select CMD1 command buffer register as next command.

NEXT_2

2: Select corresponding CMD command buffer register as next command

NEXT_3

3: Select corresponding CMD command buffer register as next command

NEXT_4

4: Select corresponding CMD command buffer register as next command

NEXT_5

5: Select corresponding CMD command buffer register as next command

NEXT_6

6: Select corresponding CMD command buffer register as next command

NEXT_7

7: Select corresponding CMD command buffer register as next command

NEXT_8

8: Select corresponding CMD command buffer register as next command

NEXT_9

9: Select corresponding CMD command buffer register as next command

NEXT_15

15: Select CMD15 command buffer register as next command.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.