[][src]Struct circuit_playground_express::atsamd21g18a::adc::inputctrl::_MUXNEGW

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

Proxy

Methods

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

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

Writes variant to the field

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

ADC AIN0 Pin

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

ADC AIN1 Pin

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

ADC AIN2 Pin

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

ADC AIN3 Pin

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

ADC AIN4 Pin

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

ADC AIN5 Pin

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

ADC AIN6 Pin

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

ADC AIN7 Pin

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

Internal Ground

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

I/O Ground

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _MUXNEGW<'a>

impl<'a> Sync for _MUXNEGW<'a>

Blanket Implementations

impl<T> From for T[src]

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