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

Bit 0 - End of calibration interrupt enable

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

Bit 1 - Injected end of conversion interrupt enable

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

Bit 2 - Injected data overrun interrupt enable

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

Bit 3 - Regular end of conversion interrupt enable

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

Bit 4 - Regular data overrun interrupt enable

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

Bits 8:9 - Reference voltage selection

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

Bit 10 - Slow clock mode enable

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

Bit 11 - Enter Standby mode when idle

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

Bit 12 - Enter power down mode when idle

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

Bit 14 - Launch a injected conversion synchronously with SDADC1

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

Bit 15 - Launch regular conversion synchronously with SDADC1

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

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

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

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

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

Bit 31 - Initialization mode request

Auto Trait Implementations

impl Send for W

impl Sync for W

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]