[][src]Struct stm32wb_pac::adc::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 - ADC group injected contexts queue overflow flag

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

Bit 9 - ADC analog watchdog 3 flag

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

Bit 8 - ADC analog watchdog 2 flag

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

Bit 7 - ADC analog watchdog 1 flag

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

Bit 6 - ADC group injected end of sequence conversions flag

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

Bit 5 - ADC group injected end of unitary conversion flag

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

Bit 4 - ADC group regular overrun flag

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

Bit 3 - ADC group regular end of sequence conversions flag

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

Bit 2 - ADC group regular end of unitary conversion flag

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

Bit 1 - ADC group regular end of sampling flag

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

Bit 0 - ADC ready flag

Auto Trait Implementations

impl Send for W

impl Sync for W

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