[]Enum feather_f405::pac::sai1::ch::cr1::DS_A

#[repr(u8)]pub enum DS_A {
    BIT8,
    BIT10,
    BIT16,
    BIT20,
    BIT24,
    BIT32,
}

Data size

Value on reset: 2

Variants

BIT8

2: 8 bits

BIT10

3: 10 bits

BIT16

4: 16 bits

BIT20

5: 20 bits

BIT24

6: 24 bits

BIT32

7: 32 bits

Trait Implementations

impl Clone for DS_A

impl Copy for DS_A

impl Debug for DS_A

impl PartialEq<DS_A> for DS_A

impl StructuralPartialEq for DS_A

Auto Trait Implementations

impl Send for DS_A

impl Sync for DS_A

impl Unpin for DS_A

Blanket Implementations

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

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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