[]Enum feather_f405::pac::sai1::ch::cr2::FFLUSH_A

pub enum FFLUSH_A {
    NOFLUSH,
    FLUSH,
}

FIFO flush

Value on reset: 0

Variants

NOFLUSH

0: No FIFO flush

FLUSH

1: FIFO flush. Programming this bit to 1 triggers the FIFO Flush. All the internal FIFO pointers (read and write) are cleared

Trait Implementations

impl Clone for FFLUSH_A

impl Copy for FFLUSH_A

impl Debug for FFLUSH_A

impl PartialEq<FFLUSH_A> for FFLUSH_A

impl StructuralPartialEq for FFLUSH_A

Auto Trait Implementations

impl Send for FFLUSH_A

impl Sync for FFLUSH_A

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