[][src]Struct efm32gg11b820::acmp2::hysteresis0::_HYSTW

pub struct _HYSTW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _HYSTW<'a>[src]

pub fn variant(self, variant: HYSTW) -> &'a mut W[src]

Writes variant to the field

pub fn hyst0(self) -> &'a mut W[src]

No hysteresis

pub fn hyst1(self) -> &'a mut W[src]

14 mV hysteresis

pub fn hyst2(self) -> &'a mut W[src]

25 mV hysteresis

pub fn hyst3(self) -> &'a mut W[src]

30 mV hysteresis

pub fn hyst4(self) -> &'a mut W[src]

35 mV hysteresis

pub fn hyst5(self) -> &'a mut W[src]

39 mV hysteresis

pub fn hyst6(self) -> &'a mut W[src]

42 mV hysteresis

pub fn hyst7(self) -> &'a mut W[src]

45 mV hysteresis

pub fn hyst8(self) -> &'a mut W[src]

No hysteresis

pub fn hyst9(self) -> &'a mut W[src]

-14 mV hysteresis

pub fn hyst10(self) -> &'a mut W[src]

-25 mV hysteresis

pub fn hyst11(self) -> &'a mut W[src]

-30 mV hysteresis

pub fn hyst12(self) -> &'a mut W[src]

-35 mV hysteresis

pub fn hyst13(self) -> &'a mut W[src]

-39 mV hysteresis

pub fn hyst14(self) -> &'a mut W[src]

-42 mV hysteresis

pub fn hyst15(self) -> &'a mut W[src]

-45 mV hysteresis

pub fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _HYSTW<'a>

impl<'a> Sync for _HYSTW<'a>

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