[][src]Enum stm32l0::stm32l0x3::spi1::cr1::DFF_A

pub enum DFF_A {
    EIGHTBIT,
    SIXTEENBIT,
}

Data frame format

Value on reset: 0

Variants

EIGHTBIT

0: 8-bit data frame format is selected for transmission/reception

SIXTEENBIT

1: 16-bit data frame format is selected for transmission/reception

Trait Implementations

impl From<DFF_A> for bool[src]

impl Debug for DFF_A[src]

impl PartialEq<DFF_A> for DFF_A[src]

impl Copy for DFF_A[src]

impl StructuralPartialEq for DFF_A[src]

impl Clone for DFF_A[src]

Auto Trait Implementations

impl Unpin for DFF_A

impl Send for DFF_A

impl Sync for DFF_A

Blanket Implementations

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

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, 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