[][src]Struct stm32f3::stm32f3x8::adc2::isr::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 jqovf(&mut self) -> _JQOVFW
[src]

Bit 10 - JQOVF

pub fn awd3(&mut self) -> _AWD3W
[src]

Bit 9 - AWD3

pub fn awd2(&mut self) -> _AWD2W
[src]

Bit 8 - AWD2

pub fn awd1(&mut self) -> _AWD1W
[src]

Bit 7 - AWD1

pub fn jeos(&mut self) -> _JEOSW
[src]

Bit 6 - JEOS

pub fn jeoc(&mut self) -> _JEOCW
[src]

Bit 5 - JEOC

pub fn ovr(&mut self) -> _OVRW
[src]

Bit 4 - OVR

pub fn eos(&mut self) -> _EOSW
[src]

Bit 3 - EOS

pub fn eoc(&mut self) -> _EOCW
[src]

Bit 2 - EOC

pub fn eosmp(&mut self) -> _EOSMPW
[src]

Bit 1 - EOSMP

pub fn adrdy(&mut self) -> _ADRDYW
[src]

Bit 0 - ADRDY

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

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> From for T
[src]

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]