[]Struct nucleo_f042k6::stm32::adc::cr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W

pub unsafe fn bits(&mut self, bits: u32) -> &mut W

Writes raw bits to the register

pub fn adcal(&mut self) -> _ADCALW

Bit 31 - ADC calibration

pub fn adstp(&mut self) -> _ADSTPW

Bit 4 - ADC stop conversion command

pub fn adstart(&mut self) -> _ADSTARTW

Bit 2 - ADC start conversion command

pub fn addis(&mut self) -> _ADDISW

Bit 1 - ADC disable command

pub fn aden(&mut self) -> _ADENW

Bit 0 - ADC enable command

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send for W

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self