[][src]Struct stm32h7::stm32h743v::dmamux2::rgcr::_SIG_IDW

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

Proxy

Methods

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

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

Writes variant to the field

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

Signal dmamux2_evt0 selected as trigger input

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

Signal dmamux2_evt1 selected as trigger input

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

Signal dmamux2_evt2 selected as trigger input

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

Signal dmamux2_evt3 selected as trigger input

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

Signal dmamux2_evt4 selected as trigger input

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

Signal dmamux2_evt5 selected as trigger input

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

Signal dmamux2_evt6 selected as trigger input

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

Signal lpuart_rx_wkup selected as trigger input

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

Signal lpuart_tx_wkup selected as trigger input

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

Signal lptim2_wkup selected as trigger input

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

Signal lptim2_out selected as trigger input

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

Signal lptim3_wkup selected as trigger input

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

Signal lptim3_out selected as trigger input

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

Signal lptim4_ait selected as trigger input

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

Signal lptim5_ait selected as trigger input

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

Signal i2c4_wkup selected as trigger input

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

Signal spi6_wkup selected as trigger input

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

Signal comp1_out selected as trigger input

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

Signal comp2_out selected as trigger input

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

Signal rtc_wkup selected as trigger input

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

Signal syscfg_exti0_mux selected as trigger input

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

Signal syscfg_exti2_mux selected as trigger input

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

Signal i2c4_event_it selected as trigger input

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

Signal spi6_it selected as trigger input

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

Signal lpuart1_it_t selected as trigger input

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

Signal lpuart1_it_r selected as trigger input

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

Signal adc3_it selected as trigger input

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

Signal adc3_awd1 selected as trigger input

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

Signal bdma_ch0_it selected as trigger input

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

Signal bdma_ch1_it selected as trigger 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 _SIG_IDW<'a>

impl<'a> Send for _SIG_IDW<'a>

impl<'a> Sync for _SIG_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