[][src]Enum sam3x8e::spi0::csr::BITSW

pub enum BITSW {
    _8_BIT,
    _9_BIT,
    _10_BIT,
    _11_BIT,
    _12_BIT,
    _13_BIT,
    _14_BIT,
    _15_BIT,
    _16_BIT,
}

Values that can be written to the field BITS

Variants

_8_BIT

8 bits for transfer

_9_BIT

9 bits for transfer

_10_BIT

10 bits for transfer

_11_BIT

11 bits for transfer

_12_BIT

12 bits for transfer

_13_BIT

13 bits for transfer

_14_BIT

14 bits for transfer

_15_BIT

15 bits for transfer

_16_BIT

16 bits for transfer

Auto Trait Implementations

impl Send for BITSW

impl Sync for BITSW

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]