[][src]Struct stm32l0xx_hal::stm32::adc::cfgr2::_OVSRW

pub struct _OVSRW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _OVSRW<'a>[src]

pub fn variant(self, variant: OVSRW) -> &'a mut W[src]

Writes variant to the field

pub fn mul2(self) -> &'a mut W[src]

2x

pub fn mul4(self) -> &'a mut W[src]

4x

pub fn mul8(self) -> &'a mut W[src]

8x

pub fn mul16(self) -> &'a mut W[src]

16x

pub fn mul32(self) -> &'a mut W[src]

32x

pub fn mul64(self) -> &'a mut W[src]

64x

pub fn mul128(self) -> &'a mut W[src]

128x

pub fn mul256(self) -> &'a mut W[src]

256x

pub fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Unpin for _OVSRW<'a>

impl<'a> Send for _OVSRW<'a>

impl<'a> Sync for _OVSRW<'a>

Blanket Implementations

impl<T> From<T> for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self