[][src]Enum xmc4400::ledts0::fnctl::TSCCMP_A

pub enum TSCCMP_A {
    VALUE1,
    VALUE2,
}

Common Compare Enable for Touch-Sense

Value on reset: 0

Variants

VALUE1

0: Disable common compare for touch-sense

VALUE2

1: Enable common compare for touch-sense

Trait Implementations

impl Clone for TSCCMP_A[src]

impl Copy for TSCCMP_A[src]

impl Debug for TSCCMP_A[src]

impl From<TSCCMP_A> for bool[src]

impl PartialEq<TSCCMP_A> for TSCCMP_A[src]

impl StructuralPartialEq for TSCCMP_A[src]

Auto Trait Implementations

impl Send for TSCCMP_A

impl Sync for TSCCMP_A

impl Unpin for TSCCMP_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> Same<T> for T

type Output = T

Should always be Self

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.