[][src]Enum atsams70n20b::spi0::spi_csr::BITSR

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

Possible values of 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

Trait Implementations

impl ToBits<u8> for BITSR[src]

impl Debug for BITSR[src]

impl PartialEq<BITSR> for BITSR[src]

#[must_use] fn ne(&self, other: &Rhs) -> bool1.0.0[src]

This method tests for !=.

impl Copy for BITSR[src]

impl Clone for BITSR[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Unpin for BITSR

impl Sync for BITSR

impl Send for BITSR

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From<T> for T[src]

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

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

The type returned in the event of a conversion error.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self