[]Enum feather_f405::pac::sai1::ch::slotr::SLOTSZ_A

#[repr(u8)]pub enum SLOTSZ_A {
    DATASIZE,
    BIT16,
    BIT32,
}

Slot size

Value on reset: 0

Variants

DATASIZE

0: The slot size is equivalent to the data size (specified in DS[3:0] in the SAI_xCR1 register)

BIT16

1: 16-bit

BIT32

2: 32-bit

Trait Implementations

impl Clone for SLOTSZ_A

impl Copy for SLOTSZ_A

impl Debug for SLOTSZ_A

impl PartialEq<SLOTSZ_A> for SLOTSZ_A

impl StructuralPartialEq for SLOTSZ_A

Auto Trait Implementations

impl Send for SLOTSZ_A

impl Sync for SLOTSZ_A

impl Unpin for SLOTSZ_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.