[][src]Struct msp430g2553::adc10::adc10ctl1::INCH_W

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

Write proxy for field INCH

Methods

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

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

Writes variant to the field

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

Selects Channel 0

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

Selects Channel 1

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

Selects Channel 2

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

Selects Channel 3

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

Selects Channel 4

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

Selects Channel 5

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

Selects Channel 6

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

Selects Channel 7

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

Selects Channel 8

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

Selects Channel 9

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

Selects Channel 10

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

Selects Channel 11

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

Selects Channel 12

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

Selects Channel 13

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

Selects Channel 14

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

Selects Channel 15

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for INCH_W<'a>

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

impl<'a> Unpin for INCH_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, 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.