#[repr(u8)]
pub enum LOOP_A {
    LOOP_0,
    LOOP_1,
    LOOP_2,
    LOOP_3,
    LOOP_4,
    LOOP_5,
    LOOP_6,
    LOOP_7,
    LOOP_8,
    LOOP_9,
    LOOP_15,
}
Expand description

Loop Count Select

Value on reset: 0

Variants

LOOP_0

0: Looping not enabled. Command executes 1 time.

LOOP_1

1: Loop 1 time. Command executes 2 times.

LOOP_2

2: Loop 2 times. Command executes 3 times.

LOOP_3

3: Loop corresponding number of times. Command executes LOOP+1 times.

LOOP_4

4: Loop corresponding number of times. Command executes LOOP+1 times.

LOOP_5

5: Loop corresponding number of times. Command executes LOOP+1 times.

LOOP_6

6: Loop corresponding number of times. Command executes LOOP+1 times.

LOOP_7

7: Loop corresponding number of times. Command executes LOOP+1 times.

LOOP_8

8: Loop corresponding number of times. Command executes LOOP+1 times.

LOOP_9

9: Loop corresponding number of times. Command executes LOOP+1 times.

LOOP_15

15: Loop 15 times. Command executes 16 times.

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.