[][src]Enum imxrt1062_aoi1::bfcrt01::PT1_AC_A

#[repr(u8)]pub enum PT1_AC_A {
    PT1_AC_0,
    PT1_AC_1,
    PT1_AC_2,
    PT1_AC_3,
}

Product term 1, A input configuration

Value on reset: 0

Variants

PT1_AC_0

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

PT1_AC_1

1: Pass the A input in this product term

PT1_AC_2

2: Complement the A input in this product term

PT1_AC_3

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

Trait Implementations

impl Clone for PT1_AC_A[src]

impl Copy for PT1_AC_A[src]

impl Debug for PT1_AC_A[src]

impl From<PT1_AC_A> for u8[src]

impl PartialEq<PT1_AC_A> for PT1_AC_A[src]

impl StructuralPartialEq for PT1_AC_A[src]

Auto Trait Implementations

impl Send for PT1_AC_A

impl Sync for PT1_AC_A

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