[][src]Struct stm32f3xx_hal_v2::pac::adc1_2::ccr::DUAL_W

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

Write proxy for field DUAL

Implementations

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

pub fn variant(self, variant: DUAL_A) -> &'a mut W<u32, Reg<u32, _CCR>>[src]

Writes variant to the field

pub fn independent(self) -> &'a mut W<u32, Reg<u32, _CCR>>[src]

Independent mode

pub fn dual_rj(self) -> &'a mut W<u32, Reg<u32, _CCR>>[src]

Dual, combined regular simultaneous + injected simultaneous mode

pub fn dual_ra(self) -> &'a mut W<u32, Reg<u32, _CCR>>[src]

Dual, combined regular simultaneous + alternate trigger mode

pub fn dual_ij(self) -> &'a mut W<u32, Reg<u32, _CCR>>[src]

Dual, combined interleaved mode + injected simultaneous mode

pub fn dual_j(self) -> &'a mut W<u32, Reg<u32, _CCR>>[src]

Dual, injected simultaneous mode only

pub fn dual_r(self) -> &'a mut W<u32, Reg<u32, _CCR>>[src]

Dual, regular simultaneous mode only

pub fn dual_i(self) -> &'a mut W<u32, Reg<u32, _CCR>>[src]

Dual, interleaved mode only

pub fn dual_a(self) -> &'a mut W<u32, Reg<u32, _CCR>>[src]

Dual, alternate trigger mode only

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for DUAL_W<'a>[src]

impl<'a> !Sync for DUAL_W<'a>[src]

impl<'a> Unpin for DUAL_W<'a>[src]

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.