Struct msp432p401r::adc14::adc14ctl1::R[][src]

pub struct R(_);

Register ADC14CTL1 reader

Implementations

impl R[src]

pub fn adc14pwrmd(&self) -> ADC14PWRMD_R[src]

Bits 0:1 - ADC14 power modes

pub fn adc14refburst(&self) -> ADC14REFBURST_R[src]

Bit 2 - ADC14 reference buffer burst

pub fn adc14df(&self) -> ADC14DF_R[src]

Bit 3 - ADC14 data read-back format

pub fn adc14res(&self) -> ADC14RES_R[src]

Bits 4:5 - ADC14 resolution

pub fn adc14cstartadd(&self) -> ADC14CSTARTADD_R[src]

Bits 16:20 - ADC14 conversion start address

pub fn adc14batmap(&self) -> ADC14BATMAP_R[src]

Bit 22 - Controls 1/2 AVCC ADC input channel selection

pub fn adc14tcmap(&self) -> ADC14TCMAP_R[src]

Bit 23 - Controls temperature sensor ADC input channel selection

pub fn adc14ch0map(&self) -> ADC14CH0MAP_R[src]

Bit 24 - Controls internal channel 0 selection to ADC input channel MAX-2

pub fn adc14ch1map(&self) -> ADC14CH1MAP_R[src]

Bit 25 - Controls internal channel 1 selection to ADC input channel MAX-3

pub fn adc14ch2map(&self) -> ADC14CH2MAP_R[src]

Bit 26 - Controls internal channel 2 selection to ADC input channel MAX-4

pub fn adc14ch3map(&self) -> ADC14CH3MAP_R[src]

Bit 27 - Controls internal channel 3 selection to ADC input channel MAX-5

Methods from Deref<Target = R<ADC14CTL1_SPEC>>

pub fn bits(&self) -> REG::Ux[src]

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<ADC14CTL1_SPEC>

The resulting type after dereferencing.

impl From<R<ADC14CTL1_SPEC>> for R[src]

Auto Trait Implementations

impl Send for R

impl Sync for R

impl Unpin for R

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.