[][src]Enum stm32f3::stm32f303::spi1::cr2::DSW

pub enum DSW {
    FOURBIT,
    FIVEBIT,
    SIXBIT,
    SEVENBIT,
    EIGHTBIT,
    NINEBIT,
    TENBIT,
    ELEVENBIT,
    TWELVEBIT,
    THIRTEENBIT,
    FOURTEENBIT,
    FIFTEENBIT,
    SIXTEENBIT,
}

Values that can be written to the field DS

Variants

FOURBIT

4-bit

FIVEBIT

5-bit

SIXBIT

6-bit

SEVENBIT

7-bit

EIGHTBIT

8-bit

NINEBIT

9-bit

TENBIT

10-bit

ELEVENBIT

11-bit

TWELVEBIT

12-bit

THIRTEENBIT

13-bit

FOURTEENBIT

14-bit

FIFTEENBIT

15-bit

SIXTEENBIT

16-bit

Trait Implementations

impl Debug for DSW[src]

impl PartialEq<DSW> for DSW[src]

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

This method tests for !=.

impl Copy for DSW[src]

impl Clone for DSW[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 DSW

impl Sync for DSW

impl Send for DSW

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