[]Enum feather_f405::pac::sai1::ch::sr::AFSDET_A

pub enum AFSDET_A {
    NOERROR,
    EARLYSYNC,
}

Anticipated frame synchronization detection

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

impl Copy for AFSDET_A

impl Debug for AFSDET_A

impl PartialEq<AFSDET_A> for AFSDET_A

impl StructuralPartialEq for AFSDET_A

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.