[][src]Struct stm32f3::stm32f373::sdadc1::cr1::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 eocalie(&self) -> EOCALIER
[src]

Bit 0 - End of calibration interrupt enable

pub fn jeocie(&self) -> JEOCIER
[src]

Bit 1 - Injected end of conversion interrupt enable

pub fn jovrie(&self) -> JOVRIER
[src]

Bit 2 - Injected data overrun interrupt enable

pub fn reocie(&self) -> REOCIER
[src]

Bit 3 - Regular end of conversion interrupt enable

pub fn rovrie(&self) -> ROVRIER
[src]

Bit 4 - Regular data overrun interrupt enable

pub fn refv(&self) -> REFVR
[src]

Bits 8:9 - Reference voltage selection

pub fn slowck(&self) -> SLOWCKR
[src]

Bit 10 - Slow clock mode enable

pub fn sbi(&self) -> SBIR
[src]

Bit 11 - Enter Standby mode when idle

pub fn pdi(&self) -> PDIR
[src]

Bit 12 - Enter power down mode when idle

pub fn jsync(&self) -> JSYNCR
[src]

Bit 14 - Launch a injected conversion synchronously with SDADC1

pub fn rsync(&self) -> RSYNCR
[src]

Bit 15 - Launch regular conversion synchronously with SDADC1

pub fn jdmaen(&self) -> JDMAENR
[src]

Bit 16 - DMA channel enabled to read data for the injected channel group

pub fn rdmaen(&self) -> RDMAENR
[src]

Bit 17 - DMA channel enabled to read data for the regular channel

pub fn init(&self) -> INITR
[src]

Bit 31 - Initialization mode request

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
    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, 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]