[][src]Struct stm32f3::stm32f303::adc1::isr::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 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 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