[][src]Enum nrf52832_hal::pac::comp::isource::ISOURCE_A

#[repr(u8)]pub enum ISOURCE_A {
    OFF,
    IEN2MA5,
    IEN5MA,
    IEN10MA,
}

Comparator hysteresis

Value on reset: 0

Variants

OFF

0: Current source disabled

IEN2MA5

1: Current source enabled (+/- 2.5 uA)

IEN5MA

2: Current source enabled (+/- 5 uA)

IEN10MA

3: Current source enabled (+/- 10 uA)

Trait Implementations

impl Clone for ISOURCE_A[src]

impl Copy for ISOURCE_A[src]

impl Debug for ISOURCE_A[src]

impl PartialEq<ISOURCE_A> for ISOURCE_A[src]

impl StructuralPartialEq for ISOURCE_A[src]

Auto Trait Implementations

impl Send for ISOURCE_A

impl Sync for ISOURCE_A

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