[][src]Enum efm32gg11b820::acmp3::hysteresis0::HYSTR

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

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

Methods

impl HYSTR[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_hyst0(&self) -> bool[src]

Checks if the value of the field is HYST0

pub fn is_hyst1(&self) -> bool[src]

Checks if the value of the field is HYST1

pub fn is_hyst2(&self) -> bool[src]

Checks if the value of the field is HYST2

pub fn is_hyst3(&self) -> bool[src]

Checks if the value of the field is HYST3

pub fn is_hyst4(&self) -> bool[src]

Checks if the value of the field is HYST4

pub fn is_hyst5(&self) -> bool[src]

Checks if the value of the field is HYST5

pub fn is_hyst6(&self) -> bool[src]

Checks if the value of the field is HYST6

pub fn is_hyst7(&self) -> bool[src]

Checks if the value of the field is HYST7

pub fn is_hyst8(&self) -> bool[src]

Checks if the value of the field is HYST8

pub fn is_hyst9(&self) -> bool[src]

Checks if the value of the field is HYST9

pub fn is_hyst10(&self) -> bool[src]

Checks if the value of the field is HYST10

pub fn is_hyst11(&self) -> bool[src]

Checks if the value of the field is HYST11

pub fn is_hyst12(&self) -> bool[src]

Checks if the value of the field is HYST12

pub fn is_hyst13(&self) -> bool[src]

Checks if the value of the field is HYST13

pub fn is_hyst14(&self) -> bool[src]

Checks if the value of the field is HYST14

pub fn is_hyst15(&self) -> bool[src]

Checks if the value of the field is HYST15

Trait Implementations

impl Copy for HYSTR[src]

impl Debug for HYSTR[src]

impl PartialEq<HYSTR> for HYSTR[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Clone for HYSTR[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for HYSTR

impl Sync for HYSTR

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