[][src]Enum imxrt1062_spdif::scr::RXFIFOFULL_SEL_A

#[repr(u8)]pub enum RXFIFOFULL_SEL_A {
    RXFIFOFULL_SEL_0,
    RXFIFOFULL_SEL_1,
    RXFIFOFULL_SEL_2,
    RXFIFOFULL_SEL_3,
}

no description available

Value on reset: 0

Variants

RXFIFOFULL_SEL_0

0: Full interrupt if at least 1 sample in Rx left and right FIFOs

RXFIFOFULL_SEL_1

1: Full interrupt if at least 4 sample in Rx left and right FIFOs

RXFIFOFULL_SEL_2

2: Full interrupt if at least 8 sample in Rx left and right FIFOs

RXFIFOFULL_SEL_3

3: Full interrupt if at least 16 sample in Rx left and right FIFO

Trait Implementations

impl Clone for RXFIFOFULL_SEL_A[src]

impl Copy for RXFIFOFULL_SEL_A[src]

impl Debug for RXFIFOFULL_SEL_A[src]

impl From<RXFIFOFULL_SEL_A> for u8[src]

impl PartialEq<RXFIFOFULL_SEL_A> for RXFIFOFULL_SEL_A[src]

impl StructuralPartialEq for RXFIFOFULL_SEL_A[src]

Auto Trait Implementations

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, 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.