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

pub struct W(_);

Register ADC14CTL1 writer

Implementations

impl W[src]

pub fn adc14pwrmd(&mut self) -> ADC14PWRMD_W<'_>[src]

Bits 0:1 - ADC14 power modes

pub fn adc14refburst(&mut self) -> ADC14REFBURST_W<'_>[src]

Bit 2 - ADC14 reference buffer burst

pub fn adc14df(&mut self) -> ADC14DF_W<'_>[src]

Bit 3 - ADC14 data read-back format

pub fn adc14res(&mut self) -> ADC14RES_W<'_>[src]

Bits 4:5 - ADC14 resolution

pub fn adc14cstartadd(&mut self) -> ADC14CSTARTADD_W<'_>[src]

Bits 16:20 - ADC14 conversion start address

pub fn adc14batmap(&mut self) -> ADC14BATMAP_W<'_>[src]

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

pub fn adc14tcmap(&mut self) -> ADC14TCMAP_W<'_>[src]

Bit 23 - Controls temperature sensor ADC input channel selection

pub fn adc14ch0map(&mut self) -> ADC14CH0MAP_W<'_>[src]

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

pub fn adc14ch1map(&mut self) -> ADC14CH1MAP_W<'_>[src]

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

pub fn adc14ch2map(&mut self) -> ADC14CH2MAP_W<'_>[src]

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

pub fn adc14ch3map(&mut self) -> ADC14CH3MAP_W<'_>[src]

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

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

Writes raw bits to the register.

Methods from Deref<Target = W<ADC14CTL1_SPEC>>

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

Writes raw bits to the register.

Trait Implementations

impl Deref for W[src]

type Target = W<ADC14CTL1_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

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

Auto Trait Implementations

impl Send for W

impl Sync for W

impl Unpin for W

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.