Enum nucleo_h7xx::pac::sai4::ch::slotr::SLOTSZ_A[]

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

Slot size This bits is set and cleared by software. The slot size must be higher or equal to the data size. If this condition is not respected, the behavior of the SAI will be undetermined. Refer to Section: Output data line management on an inactive slot for information on how to drive SD line. These bits must be set when the audio block is disabled. They are ignored in AC97 or SPDIF mode.

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.