[][src]Struct efm32hg309f64::acmp0::inputsel::NEGSEL_W

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

Write proxy for field NEGSEL

Methods

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

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

Writes variant to the field

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

Channel 0 as negative input.

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

Channel 1 as negative input.

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

Channel 2 as negative input.

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

Channel 3 as negative input.

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

Channel 4 as negative input.

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

Channel 5 as negative input.

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

Channel 6 as negative input.

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

Channel 7 as negative input.

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

1.25 V as negative input.

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

2.5 V as negative input.

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

Scaled VDD as negative input.

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

Capacitive sense mode.

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Unpin for NEGSEL_W<'a>

impl<'a> Send for NEGSEL_W<'a>

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

Blanket Implementations

impl<T> From<T> for T[src]

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

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self