[][src]Enum efm32hg309f64::acmp0::ctrl::HYSTSEL_A

pub enum HYSTSEL_A {
    HYST0,
    HYST1,
    HYST2,
    HYST3,
    HYST4,
    HYST5,
    HYST6,
    HYST7,
}

Hysteresis Select

Value on reset: 0

Variants

HYST0

0: No hysteresis.

HYST1

1: ~15 mV hysteresis.

HYST2

2: ~22 mV hysteresis.

HYST3

3: ~29 mV hysteresis.

HYST4

4: ~36 mV hysteresis.

HYST5

5: ~43 mV hysteresis.

HYST6

6: ~50 mV hysteresis.

HYST7

7: ~57 mV hysteresis.

Trait Implementations

impl From<HYSTSEL_A> for u8[src]

impl Debug for HYSTSEL_A[src]

impl PartialEq<HYSTSEL_A> for HYSTSEL_A[src]

impl Copy for HYSTSEL_A[src]

impl StructuralPartialEq for HYSTSEL_A[src]

impl Clone for HYSTSEL_A[src]

Auto Trait Implementations

impl Unpin for HYSTSEL_A

impl Send for HYSTSEL_A

impl Sync for HYSTSEL_A

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<T>, 
[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self