[][src]Struct stm32wb_pac::adc::isr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn jqovf(&self) -> JQOVFR[src]

Bit 10 - ADC group injected contexts queue overflow flag

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

Bit 9 - ADC analog watchdog 3 flag

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

Bit 8 - ADC analog watchdog 2 flag

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

Bit 7 - ADC analog watchdog 1 flag

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

Bit 6 - ADC group injected end of sequence conversions flag

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

Bit 5 - ADC group injected end of unitary conversion flag

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

Bit 4 - ADC group regular overrun flag

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

Bit 3 - ADC group regular end of sequence conversions flag

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

Bit 2 - ADC group regular end of unitary conversion flag

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

Bit 1 - ADC group regular end of sampling flag

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

Bit 0 - ADC ready flag

Auto Trait Implementations

impl Send for R

impl Sync for R

impl Unpin for R

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