[][src]Enum imxrt1062_csi::csicr3::RXFF_LEVEL_A

#[repr(u8)]pub enum RXFF_LEVEL_A {
    RXFF_LEVEL_0,
    RXFF_LEVEL_1,
    RXFF_LEVEL_2,
    RXFF_LEVEL_3,
    RXFF_LEVEL_4,
    RXFF_LEVEL_5,
    RXFF_LEVEL_6,
    RXFF_LEVEL_7,
}

RxFIFO Full Level

Value on reset: 0

Variants

RXFF_LEVEL_0

0: 4 Double words

RXFF_LEVEL_1

1: 8 Double words

RXFF_LEVEL_2

2: 16 Double words

RXFF_LEVEL_3

3: 24 Double words

RXFF_LEVEL_4

4: 32 Double words

RXFF_LEVEL_5

5: 48 Double words

RXFF_LEVEL_6

6: 64 Double words

RXFF_LEVEL_7

7: 96 Double words

Trait Implementations

impl Clone for RXFF_LEVEL_A[src]

impl Copy for RXFF_LEVEL_A[src]

impl Debug for RXFF_LEVEL_A[src]

impl From<RXFF_LEVEL_A> for u8[src]

impl PartialEq<RXFF_LEVEL_A> for RXFF_LEVEL_A[src]

impl StructuralPartialEq for RXFF_LEVEL_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.