[]Enum feather_f405::pac::sai1::ch::frcr::FSPOL_A

pub enum FSPOL_A {
    FALLINGEDGE,
    RISINGEDGE,
}

Frame synchronization polarity

Value on reset: 0

Variants

FALLINGEDGE

0: FS is active low (falling edge)

RISINGEDGE

1: FS is active high (rising edge)

Trait Implementations

impl Clone for FSPOL_A

impl Copy for FSPOL_A

impl Debug for FSPOL_A

impl PartialEq<FSPOL_A> for FSPOL_A

impl StructuralPartialEq for FSPOL_A

Auto Trait Implementations

impl Send for FSPOL_A

impl Sync for FSPOL_A

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