[][src]Enum imxrt1062_csi::csicr1::FCC_A

pub enum FCC_A {
    FCC_0,
    FCC_1,
}

FIFO Clear Control

Value on reset: 0

Variants

FCC_0

0: Asynchronous FIFO clear is selected.

FCC_1

1: Synchronous FIFO clear is selected.

Trait Implementations

impl Clone for FCC_A[src]

impl Copy for FCC_A[src]

impl Debug for FCC_A[src]

impl From<FCC_A> for bool[src]

impl PartialEq<FCC_A> for FCC_A[src]

impl StructuralPartialEq for FCC_A[src]

Auto Trait Implementations

impl Send for FCC_A

impl Sync for FCC_A

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