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

pub enum HYSTW {
    HYST0,
    HYST1,
    HYST2,
    HYST3,
    HYST4,
    HYST5,
    HYST6,
    HYST7,
    HYST8,
    HYST9,
    HYST10,
    HYST11,
    HYST12,
    HYST13,
    HYST14,
    HYST15,
}

Values that can be written to the field HYST

Variants

HYST0

No hysteresis

HYST1

14 mV hysteresis

HYST2

25 mV hysteresis

HYST3

30 mV hysteresis

HYST4

35 mV hysteresis

HYST5

39 mV hysteresis

HYST6

42 mV hysteresis

HYST7

45 mV hysteresis

HYST8

No hysteresis

HYST9

-14 mV hysteresis

HYST10

-25 mV hysteresis

HYST11

-30 mV hysteresis

HYST12

-35 mV hysteresis

HYST13

-39 mV hysteresis

HYST14

-42 mV hysteresis

HYST15

-45 mV hysteresis

Auto Trait Implementations

impl Send for HYSTW

impl Sync for HYSTW

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

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

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

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

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

impl<T> Same for T

type Output = T

Should always be Self