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

#[repr(u8)]
pub enum BITS_A {
    _8_BPT,
    _9_BPT,
    _10_BPT,
    _11_BPT,
    _12_BPT,
    _13_BPT,
    _14_BPT,
    _15_BPT,
    _16_BPT,
}
Expand description

Bits Per Transfer

Value on reset: 0

Variants

_8_BPT

0: 8 bits per transfer

_9_BPT

1: 9 bits per transfer

_10_BPT

2: 10 bits per transfer

_11_BPT

3: 11 bits per transfer

_12_BPT

4: 12 bits per transfer

_13_BPT

5: 13 bits per transfer

_14_BPT

6: 14 bits per transfer

_15_BPT

7: 15 bits per transfer

_16_BPT

8: 16 bits per 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.