#[repr(u8)]
pub enum BURSTLEN_A {
Show 16 variants SINGLE, _2BEAT, _3BEAT, _4BEAT, _5BEAT, _6BEAT, _7BEAT, _8BEAT, _9BEAT, _10BEAT, _11BEAT, _12BEAT, _13BEAT, _14BEAT, _15BEAT, _16BEAT,
}
Expand description

Burst Length

Value on reset: 0

Variants

SINGLE

0: Single-beat burst length

_2BEAT

1: 2-beats burst length

_3BEAT

2: 3-beats burst length

_4BEAT

3: 4-beats burst length

_5BEAT

4: 5-beats burst length

_6BEAT

5: 6-beats burst length

_7BEAT

6: 7-beats burst length

_8BEAT

7: 8-beats burst length

_9BEAT

8: 9-beats burst length

_10BEAT

9: 10-beats burst length

_11BEAT

10: 11-beats burst length

_12BEAT

11: 12-beats burst length

_13BEAT

12: 13-beats burst length

_14BEAT

13: 14-beats burst length

_15BEAT

14: 15-beats burst length

_16BEAT

15: 16-beats burst length

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
Converts to this type from the input type.
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

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.