[][src]Enum imxrt1062_aoi1::bfcrt01::PT0_CC_A

#[repr(u8)]pub enum PT0_CC_A {
    PT0_CC_0,
    PT0_CC_1,
    PT0_CC_2,
    PT0_CC_3,
}

Product term 0, C input configuration

Value on reset: 0

Variants

PT0_CC_0

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

PT0_CC_1

1: Pass the C input in this product term

PT0_CC_2

2: Complement the C input in this product term

PT0_CC_3

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

Trait Implementations

impl Clone for PT0_CC_A[src]

impl Copy for PT0_CC_A[src]

impl Debug for PT0_CC_A[src]

impl From<PT0_CC_A> for u8[src]

impl PartialEq<PT0_CC_A> for PT0_CC_A[src]

impl StructuralPartialEq for PT0_CC_A[src]

Auto Trait Implementations

impl Send for PT0_CC_A

impl Sync for PT0_CC_A

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