Enum atsam4n16c_pac::spi::csr::BITS_A[][src]

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

Bits Per Transfer

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

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

Performs the conversion.

Performs the conversion.

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.