Enum efr32xg12p::acmp0::hysteresis1::HYSTR [] [src]

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

Possible values of the field HYST

Variants

No hysteresis

14 mV hysteresis

25 mV hysteresis

30 mV hysteresis

35 mV hysteresis

39 mV hysteresis

42 mV hysteresis

45 mV hysteresis

No hysteresis

-14 mV hysteresis

-25 mV hysteresis

-30 mV hysteresis

-35 mV hysteresis

-39 mV hysteresis

-42 mV hysteresis

-45 mV hysteresis

Methods

impl HYSTR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is HYST0

[src]

Checks if the value of the field is HYST1

[src]

Checks if the value of the field is HYST2

[src]

Checks if the value of the field is HYST3

[src]

Checks if the value of the field is HYST4

[src]

Checks if the value of the field is HYST5

[src]

Checks if the value of the field is HYST6

[src]

Checks if the value of the field is HYST7

[src]

Checks if the value of the field is HYST8

[src]

Checks if the value of the field is HYST9

[src]

Checks if the value of the field is HYST10

[src]

Checks if the value of the field is HYST11

[src]

Checks if the value of the field is HYST12

[src]

Checks if the value of the field is HYST13

[src]

Checks if the value of the field is HYST14

[src]

Checks if the value of the field is HYST15

Trait Implementations

impl Clone for HYSTR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for HYSTR
[src]

impl Debug for HYSTR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for HYSTR
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.