[][src]Enum imxrt1062_tsc::basic_setting::_4_5_WIRE_A

pub enum _4_5_WIRE_A {
    _4_5_WIRE_0,
    _4_5_WIRE_1,
}

4/5 Wire detection

Value on reset: 0

Variants

_4_5_WIRE_0

0: 4-Wire Detection Mode

_4_5_WIRE_1

1: 5-Wire Detection Mode

Trait Implementations

impl Clone for _4_5_WIRE_A[src]

impl Copy for _4_5_WIRE_A[src]

impl Debug for _4_5_WIRE_A[src]

impl From<_4_5_WIRE_A> for bool[src]

impl PartialEq<_4_5_WIRE_A> for _4_5_WIRE_A[src]

impl StructuralPartialEq for _4_5_WIRE_A[src]

Auto Trait Implementations

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.