Enum stm32h7xx_hal::pac::sai4::ch::sr::AFSDET_A[][src]

pub enum AFSDET_A {
    NOERROR,
    EARLYSYNC,
}

Anticipated frame synchronization detection. This bit is read only. This flag can be set only if the audio block is configured in slave mode. It is not used in AC97or SPDIF mode. It can generate an interrupt if AFSDETIE bit is set in SAI_xIM register. This flag is cleared when the software sets CAFSDET bit in SAI_xCLRFR register.

Value on reset: 0

Variants

NOERROR

0: No error

EARLYSYNC

1: Frame synchronization signal is detected earlier than expected

Trait Implementations

impl Clone for AFSDET_A[src]

impl Copy for AFSDET_A[src]

impl Debug for AFSDET_A[src]

impl PartialEq<AFSDET_A> for AFSDET_A[src]

impl StructuralPartialEq for AFSDET_A[src]

Auto Trait Implementations

impl Send for AFSDET_A

impl Sync for AFSDET_A

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