[][src]Struct stm32f3::stm32f373::sdadc1::confchr1::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 confch7(&mut self) -> _CONFCH7W
[src]

Bits 28:29 - CONFCH7

pub fn confch6(&mut self) -> _CONFCH6W
[src]

Bits 24:25 - CONFCH6

pub fn confch5(&mut self) -> _CONFCH5W
[src]

Bits 20:21 - CONFCH5

pub fn confch4(&mut self) -> _CONFCH4W
[src]

Bits 16:17 - CONFCH4

pub fn confch3(&mut self) -> _CONFCH3W
[src]

Bits 12:13 - CONFCH3

pub fn confch2(&mut self) -> _CONFCH2W
[src]

Bits 8:9 - CONFCH2

pub fn confch1(&mut self) -> _CONFCH1W
[src]

Bits 4:5 - CONFCH1

pub fn confch0(&mut self) -> _CONFCH0W
[src]

Bits 0:1 - CONFCH0

Auto Trait Implementations

impl Send for W

impl Sync for W

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]