[][src]Enum imxrt1062_aoi1::bfcrt23::PT2_BC_A

#[repr(u8)]pub enum PT2_BC_A {
    PT2_BC_0,
    PT2_BC_1,
    PT2_BC_2,
    PT2_BC_3,
}

Product term 2, B input configuration

Value on reset: 0

Variants

PT2_BC_0

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

PT2_BC_1

1: Pass the B input in this product term

PT2_BC_2

2: Complement the B input in this product term

PT2_BC_3

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

Trait Implementations

impl Clone for PT2_BC_A[src]

impl Copy for PT2_BC_A[src]

impl Debug for PT2_BC_A[src]

impl From<PT2_BC_A> for u8[src]

impl PartialEq<PT2_BC_A> for PT2_BC_A[src]

impl StructuralPartialEq for PT2_BC_A[src]

Auto Trait Implementations

impl Send for PT2_BC_A

impl Sync for PT2_BC_A

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