[][src]Struct efm32gg11b820::adc1::scannegsel::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

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> From for T[src]

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]

impl<T> Same for T

type Output = T

Should always be Self