[][src]Enum imxrt1062_aoi1::bfcrt23::PT3_DC_A

#[repr(u8)]pub enum PT3_DC_A {
    PT3_DC_0,
    PT3_DC_1,
    PT3_DC_2,
    PT3_DC_3,
}

Product term 3, D input configuration

Value on reset: 0

Variants

PT3_DC_0

0: Force the D input in this product term to a logical zero

PT3_DC_1

1: Pass the D input in this product term

PT3_DC_2

2: Complement the D input in this product term

PT3_DC_3

3: Force the D input in this product term to a logical one

Trait Implementations

impl Clone for PT3_DC_A[src]

impl Copy for PT3_DC_A[src]

impl Debug for PT3_DC_A[src]

impl From<PT3_DC_A> for u8[src]

impl PartialEq<PT3_DC_A> for PT3_DC_A[src]

impl StructuralPartialEq for PT3_DC_A[src]

Auto Trait Implementations

impl Send for PT3_DC_A

impl Sync for PT3_DC_A

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