[][src]Struct stm32h7::stm32h743::dmamux2::ccr::_SYNC_IDW

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

Proxy

Methods

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

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

Writes variant to the field

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

Signal dmamux2_evt0 selected as synchronization input

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

Signal dmamux2_evt1 selected as synchronization input

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

Signal dmamux2_evt2 selected as synchronization input

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

Signal dmamux2_evt3 selected as synchronization input

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

Signal dmamux2_evt4 selected as synchronization input

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

Signal dmamux2_evt5 selected as synchronization input

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

Signal lpuart1_rx_wkup selected as synchronization input

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

Signal lpuart1_tx_wkup selected as synchronization input

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

Signal lptim2_out selected as synchronization input

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

Signal lptim3_out selected as synchronization input

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

Signal i2c4_wkup selected as synchronization input

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

Signal spi6_wkup selected as synchronization input

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

Signal comp1_out selected as synchronization input

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

Signal rtc_wkup selected as synchronization input

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

Signal syscfg_exti0_mux selected as synchronization input

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

Signal syscfg_exti2_mux selected as synchronization input

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Unpin for _SYNC_IDW<'a>

impl<'a> Send for _SYNC_IDW<'a>

impl<'a> Sync for _SYNC_IDW<'a>

Blanket Implementations

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> From<T> for 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