[]Struct nucleo_f401re::pac::adc1::smpr1::SMPX_X_W

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

Write proxy for field SMPx_x

Implementations

impl<'a> SMPX_X_W<'a>

pub fn variant(self, variant: SMPX_X_A) -> &'a mut W<u32, Reg<u32, _SMPR1>>

Writes variant to the field

pub fn cycles3(self) -> &'a mut W<u32, Reg<u32, _SMPR1>>

3 cycles

pub fn cycles15(self) -> &'a mut W<u32, Reg<u32, _SMPR1>>

15 cycles

pub fn cycles28(self) -> &'a mut W<u32, Reg<u32, _SMPR1>>

28 cycles

pub fn cycles56(self) -> &'a mut W<u32, Reg<u32, _SMPR1>>

56 cycles

pub fn cycles84(self) -> &'a mut W<u32, Reg<u32, _SMPR1>>

84 cycles

pub fn cycles112(self) -> &'a mut W<u32, Reg<u32, _SMPR1>>

112 cycles

pub fn cycles144(self) -> &'a mut W<u32, Reg<u32, _SMPR1>>

144 cycles

pub fn cycles480(self) -> &'a mut W<u32, Reg<u32, _SMPR1>>

480 cycles

pub unsafe fn bits(self, value: u32) -> &'a mut W<u32, Reg<u32, _SMPR1>>

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for SMPX_X_W<'a>

impl<'a> !Sync for SMPX_X_W<'a>

impl<'a> Unpin for SMPX_X_W<'a>

Blanket Implementations

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

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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> 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.