[][src]Enum lpc55_pac::syscon::comp_int_status::VAL_A

pub enum VAL_A {
    SMALLER,
    GREATER,
}

comparator analog output.

Value on reset: 0

Variants

SMALLER

0: P+ is smaller than P-.

GREATER

1: P+ is greater than P-.

Trait Implementations

impl Clone for VAL_A[src]

impl Copy for VAL_A[src]

impl Debug for VAL_A[src]

impl From<VAL_A> for bool[src]

impl PartialEq<VAL_A> for VAL_A[src]

impl StructuralPartialEq for VAL_A[src]

Auto Trait Implementations

impl Send for VAL_A[src]

impl Sync for VAL_A[src]

impl Unpin for VAL_A[src]

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.