[][src]Struct efm32pg12_pac::acmp0::hysteresis1::HYST_W

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

Write proxy for field HYST

Methods

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

pub fn variant(self, variant: HYST_A) -> &'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 HYST_W<'a>

impl<'a> !Sync for HYST_W<'a>

impl<'a> Unpin for HYST_W<'a>

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> Same<T> for T

type Output = T

Should always be Self

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.