[][src]Enum efm32gg11b820::acmp2::hysteresis1::HYST_A

#[repr(u8)]pub enum HYST_A {
    HYST0,
    HYST1,
    HYST2,
    HYST3,
    HYST4,
    HYST5,
    HYST6,
    HYST7,
    HYST8,
    HYST9,
    HYST10,
    HYST11,
    HYST12,
    HYST13,
    HYST14,
    HYST15,
}

Hysteresis Select When ACMPOUT=1

Value on reset: 0

Variants

HYST0

0: No hysteresis

HYST1

1: 14 mV hysteresis

HYST2

2: 25 mV hysteresis

HYST3

3: 30 mV hysteresis

HYST4

4: 35 mV hysteresis

HYST5

5: 39 mV hysteresis

HYST6

6: 42 mV hysteresis

HYST7

7: 45 mV hysteresis

HYST8

8: No hysteresis

HYST9

9: -14 mV hysteresis

HYST10

10: -25 mV hysteresis

HYST11

11: -30 mV hysteresis

HYST12

12: -35 mV hysteresis

HYST13

13: -39 mV hysteresis

HYST14

14: -42 mV hysteresis

HYST15

15: -45 mV hysteresis

Trait Implementations

impl Clone for HYST_A[src]

impl Copy for HYST_A[src]

impl Debug for HYST_A[src]

impl From<HYST_A> for u8[src]

impl PartialEq<HYST_A> for HYST_A[src]

impl StructuralPartialEq for HYST_A[src]

Auto Trait Implementations

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.