[][src]Enum imxrt1062_aoi1::bfcrt01::PT1_DC_A

#[repr(u8)]pub enum PT1_DC_A {
    PT1_DC_0,
    PT1_DC_1,
    PT1_DC_2,
    PT1_DC_3,
}

Product term 1, D input configuration

Value on reset: 0

Variants

PT1_DC_0

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

PT1_DC_1

1: Pass the D input in this product term

PT1_DC_2

2: Complement the D input in this product term

PT1_DC_3

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

Trait Implementations

impl Clone for PT1_DC_A[src]

impl Copy for PT1_DC_A[src]

impl Debug for PT1_DC_A[src]

impl From<PT1_DC_A> for u8[src]

impl PartialEq<PT1_DC_A> for PT1_DC_A[src]

impl StructuralPartialEq for PT1_DC_A[src]

Auto Trait Implementations

impl Send for PT1_DC_A

impl Sync for PT1_DC_A

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