[][src]Struct efr32xg1::adc0::scannegsel::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

pub fn reset_value() -> W
[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self
[src]

Writes raw bits to the register

pub fn input0negsel(&mut self) -> _INPUT0NEGSELW
[src]

Bits 0:1 - Negative Input Select Register for ADCn_INPUT0 in Differential Scan Mode

pub fn input2negsel(&mut self) -> _INPUT2NEGSELW
[src]

Bits 2:3 - Negative Input Select Register for ADCn_INPUT2 in Differential Scan Mode

pub fn input4negsel(&mut self) -> _INPUT4NEGSELW
[src]

Bits 4:5 - Negative Input Select Register for ADCn_INPUT4 in Differential Scan Mode

pub fn input6negsel(&mut self) -> _INPUT6NEGSELW
[src]

Bits 6:7 - Negative Input Select Register for ADCn_INPUT1 in Differential Scan Mode

pub fn input9negsel(&mut self) -> _INPUT9NEGSELW
[src]

Bits 8:9 - Negative Input Select Register for ADCn_INPUT9 in Differential Scan Mode

pub fn input11negsel(&mut self) -> _INPUT11NEGSELW
[src]

Bits 10:11 - Negative Input Select Register for ADCn_INPUT11 in Differential Scan Mode

pub fn input13negsel(&mut self) -> _INPUT13NEGSELW
[src]

Bits 12:13 - Negative Input Select Register for ADCn_INPUT13 in Differential Scan Mode

pub fn input15negsel(&mut self) -> _INPUT15NEGSELW
[src]

Bits 14:15 - Negative Input Select Register for ADCn_INPUT15 in Differential Scan Mode

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

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]