[][src]Struct stm32f3::stm32f303::adc1_2::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 addrdy_mst(&self) -> ADDRDY_MSTR
[src]

Bit 0 - ADDRDY_MST

pub fn eosmp_mst(&self) -> EOSMP_MSTR
[src]

Bit 1 - EOSMP_MST

pub fn eoc_mst(&self) -> EOC_MSTR
[src]

Bit 2 - EOC_MST

pub fn eos_mst(&self) -> EOS_MSTR
[src]

Bit 3 - EOS_MST

pub fn ovr_mst(&self) -> OVR_MSTR
[src]

Bit 4 - OVR_MST

pub fn jeoc_mst(&self) -> JEOC_MSTR
[src]

Bit 5 - JEOC_MST

pub fn jeos_mst(&self) -> JEOS_MSTR
[src]

Bit 6 - JEOS_MST

pub fn awd1_mst(&self) -> AWD1_MSTR
[src]

Bit 7 - AWD1_MST

pub fn awd2_mst(&self) -> AWD2_MSTR
[src]

Bit 8 - AWD2_MST

pub fn awd3_mst(&self) -> AWD3_MSTR
[src]

Bit 9 - AWD3_MST

pub fn jqovf_mst(&self) -> JQOVF_MSTR
[src]

Bit 10 - JQOVF_MST

pub fn adrdy_slv(&self) -> ADRDY_SLVR
[src]

Bit 16 - ADRDY_SLV

pub fn eosmp_slv(&self) -> EOSMP_SLVR
[src]

Bit 17 - EOSMP_SLV

pub fn eoc_slv(&self) -> EOC_SLVR
[src]

Bit 18 - End of regular conversion of the slave ADC

pub fn eos_slv(&self) -> EOS_SLVR
[src]

Bit 19 - End of regular sequence flag of the slave ADC

pub fn ovr_slv(&self) -> OVR_SLVR
[src]

Bit 20 - Overrun flag of the slave ADC

pub fn jeoc_slv(&self) -> JEOC_SLVR
[src]

Bit 21 - End of injected conversion flag of the slave ADC

pub fn jeos_slv(&self) -> JEOS_SLVR
[src]

Bit 22 - End of injected sequence flag of the slave ADC

pub fn awd1_slv(&self) -> AWD1_SLVR
[src]

Bit 23 - Analog watchdog 1 flag of the slave ADC

pub fn awd2_slv(&self) -> AWD2_SLVR
[src]

Bit 24 - Analog watchdog 2 flag of the slave ADC

pub fn awd3_slv(&self) -> AWD3_SLVR
[src]

Bit 25 - Analog watchdog 3 flag of the slave ADC

pub fn jqovf_slv(&self) -> JQOVF_SLVR
[src]

Bit 26 - Injected Context Queue Overflow flag of the slave ADC

Auto Trait Implementations

impl Send for R

impl Sync for R

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]