#[repr(u8)]
pub enum BITSSELECT_A {
    _8_BIT,
    _9_BIT,
    _10_BIT,
    _11_BIT,
    _12_BIT,
    _13_BIT,
    _14_BIT,
    _15_BIT,
    _16_BIT,
}
Expand description

Bits Per Transfer

Value on reset: 0

Variants

_8_BIT

0: 8 bits for transfer

_9_BIT

1: 9 bits for transfer

_10_BIT

2: 10 bits for transfer

_11_BIT

3: 11 bits for transfer

_12_BIT

4: 12 bits for transfer

_13_BIT

5: 13 bits for transfer

_14_BIT

6: 14 bits for transfer

_15_BIT

7: 15 bits for transfer

_16_BIT

8: 16 bits for transfer

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.