[][src]Struct stm32f4xx_hal::stm32::adc_common::csr::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 ovr3(&self) -> OVR3R[src]

Bit 21 - Overrun flag of ADC3

pub fn strt3(&self) -> STRT3R[src]

Bit 20 - Regular channel Start flag of ADC 3

pub fn jstrt3(&self) -> JSTRT3R[src]

Bit 19 - Injected channel Start flag of ADC 3

pub fn jeoc3(&self) -> JEOC3R[src]

Bit 18 - Injected channel end of conversion of ADC 3

pub fn eoc3(&self) -> EOC3R[src]

Bit 17 - End of conversion of ADC 3

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

Bit 16 - Analog watchdog flag of ADC 3

pub fn ovr2(&self) -> OVR3R[src]

Bit 13 - Overrun flag of ADC 2

pub fn strt2(&self) -> STRT3R[src]

Bit 12 - Regular channel Start flag of ADC 2

pub fn jstrt2(&self) -> JSTRT3R[src]

Bit 11 - Injected channel Start flag of ADC 2

pub fn jeoc2(&self) -> JEOC3R[src]

Bit 10 - Injected channel end of conversion of ADC 2

pub fn eoc2(&self) -> EOC3R[src]

Bit 9 - End of conversion of ADC 2

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

Bit 8 - Analog watchdog flag of ADC 2

pub fn ovr1(&self) -> OVR3R[src]

Bit 5 - Overrun flag of ADC 1

pub fn strt1(&self) -> STRT3R[src]

Bit 4 - Regular channel Start flag of ADC 1

pub fn jstrt1(&self) -> JSTRT3R[src]

Bit 3 - Injected channel Start flag of ADC 1

pub fn jeoc1(&self) -> JEOC3R[src]

Bit 2 - Injected channel end of conversion of ADC 1

pub fn eoc1(&self) -> EOC3R[src]

Bit 1 - End of conversion of ADC 1

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

Bit 0 - Analog watchdog flag of ADC 1

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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, 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]

impl<T> Same for T

type Output = T

Should always be Self