[]Struct nucleo_f401re::adc1::cr2::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W

pub fn reset_value() -> W

Reset value of the register

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

Writes raw bits to the register

pub fn swstart(&mut self) -> _SWSTARTW

Bit 30 - Start conversion of regular channels

pub fn exten(&mut self) -> _EXTENW

Bits 28:29 - External trigger enable for regular channels

pub fn extsel(&mut self) -> _EXTSELW

Bits 24:27 - External event select for regular group

pub fn jswstart(&mut self) -> _JSWSTARTW

Bit 22 - Start conversion of injected channels

pub fn jexten(&mut self) -> _JEXTENW

Bits 20:21 - External trigger enable for injected channels

pub fn jextsel(&mut self) -> _JEXTSELW

Bits 16:19 - External event select for injected group

pub fn align(&mut self) -> _ALIGNW

Bit 11 - Data alignment

pub fn eocs(&mut self) -> _EOCSW

Bit 10 - End of conversion selection

pub fn dds(&mut self) -> _DDSW

Bit 9 - DMA disable selection (for single ADC mode)

pub fn dma(&mut self) -> _DMAW

Bit 8 - Direct memory access mode (for single ADC mode)

pub fn cont(&mut self) -> _CONTW

Bit 1 - Continuous conversion

pub fn adon(&mut self) -> _ADONW

Bit 0 - A/D Converter ON / OFF

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

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