[][src]Enum ambiq_apollo1_pac::vcomp::cfg::NSEL_A

#[repr(u8)]
pub enum NSEL_A {
    VREFEXT1,
    VREFEXT2,
    VREFEXT3,
}

This bitfield selects the negative input to the comparator.

Value on reset: 0

Variants

VREFEXT1

0: Use external reference 1 for reference input.

VREFEXT2

1: Use external reference 2 for reference input.

VREFEXT3

3: Use external reference 3 for reference input.

Trait Implementations

impl Clone for NSEL_A[src]

impl Copy for NSEL_A[src]

impl Debug for NSEL_A[src]

impl From<NSEL_A> for u8[src]

impl PartialEq<NSEL_A> for NSEL_A[src]

impl StructuralPartialEq for NSEL_A[src]

Auto Trait Implementations

impl Send for NSEL_A

impl Sync for NSEL_A

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