[][src]Struct stm32f3::stm32f3x8::adc2::cfgr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

pub fn reset_value() -> W
[src]

Reset value of the register

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

Writes raw bits to the register

pub fn awdch1ch(&mut self) -> _AWDCH1CHW
[src]

Bits 26:30 - AWDCH1CH

pub fn jauto(&mut self) -> _JAUTOW
[src]

Bit 25 - JAUTO

pub fn jawd1en(&mut self) -> _JAWD1ENW
[src]

Bit 24 - JAWD1EN

pub fn awd1en(&mut self) -> _AWD1ENW
[src]

Bit 23 - AWD1EN

pub fn awd1sgl(&mut self) -> _AWD1SGLW
[src]

Bit 22 - AWD1SGL

pub fn jqm(&mut self) -> _JQMW
[src]

Bit 21 - JQM

pub fn jdiscen(&mut self) -> _JDISCENW
[src]

Bit 20 - JDISCEN

pub fn discnum(&mut self) -> _DISCNUMW
[src]

Bits 17:19 - DISCNUM

pub fn discen(&mut self) -> _DISCENW
[src]

Bit 16 - DISCEN

pub fn autoff(&mut self) -> _AUTOFFW
[src]

Bit 15 - AUTOFF

pub fn autdly(&mut self) -> _AUTDLYW
[src]

Bit 14 - AUTDLY

pub fn cont(&mut self) -> _CONTW
[src]

Bit 13 - CONT

pub fn ovrmod(&mut self) -> _OVRMODW
[src]

Bit 12 - OVRMOD

pub fn exten(&mut self) -> _EXTENW
[src]

Bits 10:11 - EXTEN

pub fn extsel(&mut self) -> _EXTSELW
[src]

Bits 6:9 - EXTSEL

pub fn align(&mut self) -> _ALIGNW
[src]

Bit 5 - ALIGN

pub fn res(&mut self) -> _RESW
[src]

Bits 3:4 - RES

pub fn dmacfg(&mut self) -> _DMACFGW
[src]

Bit 1 - DMACFG

pub fn dmaen(&mut self) -> _DMAENW
[src]

Bit 0 - DMAEN

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

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]