[][src]Struct msp430fr2355::adc::adcmctl0::ADCINCH_W

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

Write proxy for field ADCINCH

Implementations

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

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

Writes variant to the field

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

A0 - see device-specific data sheet

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

A1 - see device-specific data sheet

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

A2 - see device-specific data sheet

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

A3 - see device-specific data sheet

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

A4 - see device-specific data sheet

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

A5 - see device-specific data sheet

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

A2 - see device-specific data sheet

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

A7 - see device-specific data sheet

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

A8 - see device-specific data sheet

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

A9 - see device-specific data sheet

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

A10 - see device-specific data sheet

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

A11 - see device-specific data sheet

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

A12 - see device-specific data sheet

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

A13 - see device-specific data sheet

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

A14 - see device-specific data sheet

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

A15 - see device-specific data sheet

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for ADCINCH_W<'a>[src]

impl<'a> !Sync for ADCINCH_W<'a>[src]

impl<'a> Unpin for ADCINCH_W<'a>[src]

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, 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.