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

pub struct R(_);

Register ADC14CTL0 reader

Implementations

impl R[src]

pub fn adc14sc(&self) -> ADC14SC_R[src]

Bit 0 - ADC14 start conversion

pub fn adc14enc(&self) -> ADC14ENC_R[src]

Bit 1 - ADC14 enable conversion

pub fn adc14on(&self) -> ADC14ON_R[src]

Bit 4 - ADC14 on

pub fn adc14msc(&self) -> ADC14MSC_R[src]

Bit 7 - ADC14 multiple sample and conversion

pub fn adc14sht0(&self) -> ADC14SHT0_R[src]

Bits 8:11 - ADC14 sample-and-hold time

pub fn adc14sht1(&self) -> ADC14SHT1_R[src]

Bits 12:15 - ADC14 sample-and-hold time

pub fn adc14busy(&self) -> ADC14BUSY_R[src]

Bit 16 - ADC14 busy

pub fn adc14conseq(&self) -> ADC14CONSEQ_R[src]

Bits 17:18 - ADC14 conversion sequence mode select

pub fn adc14ssel(&self) -> ADC14SSEL_R[src]

Bits 19:21 - ADC14 clock source select

pub fn adc14div(&self) -> ADC14DIV_R[src]

Bits 22:24 - ADC14 clock divider

pub fn adc14issh(&self) -> ADC14ISSH_R[src]

Bit 25 - ADC14 invert signal sample-and-hold

pub fn adc14shp(&self) -> ADC14SHP_R[src]

Bit 26 - ADC14 sample-and-hold pulse-mode select

pub fn adc14shs(&self) -> ADC14SHS_R[src]

Bits 27:29 - ADC14 sample-and-hold source select

pub fn adc14pdiv(&self) -> ADC14PDIV_R[src]

Bits 30:31 - ADC14 predivider

Methods from Deref<Target = R<ADC14CTL0_SPEC>>

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<ADC14CTL0_SPEC>

The resulting type after dereferencing.

impl From<R<ADC14CTL0_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.