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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

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 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