[][src]Struct drone_stm32_map_periph_dma::ch::DmaChPeriph

pub struct DmaChPeriph<T: DmaChMap> {
    pub dma_ccr: T::SDmaCcr,
    pub dma_cm0ar: T::SDmaCm0Ar,
    pub dma_cndtr: T::SDmaCndtr,
    pub dma_cpar: T::SDmaCpar,
    pub dma_ifcr_chtif: T::SDmaIfcrChtif,
    pub dma_ifcr_ctcif: T::SDmaIfcrCtcif,
    pub dma_ifcr_cteif: T::SDmaIfcrCteif,
    pub dma_isr_htif: T::SDmaIsrHtif,
    pub dma_isr_tcif: T::SDmaIsrTcif,
    pub dma_isr_teif: T::SDmaIsrTeif,
}

Generic DMA channel peripheral.

Fields

dma_ccr: T::SDmaCcrdma_cm0ar: T::SDmaCm0Ardma_cndtr: T::SDmaCndtrdma_cpar: T::SDmaCpardma_ifcr_chtif: T::SDmaIfcrChtifdma_ifcr_ctcif: T::SDmaIfcrCtcifdma_ifcr_cteif: T::SDmaIfcrCteifdma_isr_htif: T::SDmaIsrHtifdma_isr_tcif: T::SDmaIsrTcifdma_isr_teif: T::SDmaIsrTeif

Auto Trait Implementations

impl<T> Unpin for DmaChPeriph<T> where
    <T as DmaCcr<T>>::SDmaCcr: Unpin,
    <T as DmaCm0Ar<T>>::SDmaCm0Ar: Unpin,
    <T as DmaCndtr<T>>::SDmaCndtr: Unpin,
    <T as DmaCpar<T>>::SDmaCpar: Unpin,
    <T as DmaIfcrChtif>::SDmaIfcrChtif: Unpin,
    <T as DmaIfcrCtcif>::SDmaIfcrCtcif: Unpin,
    <T as DmaIfcrCteif>::SDmaIfcrCteif: Unpin,
    <T as DmaIsrHtif>::SDmaIsrHtif: Unpin,
    <T as DmaIsrTcif>::SDmaIsrTcif: Unpin,
    <T as DmaIsrTeif>::SDmaIsrTeif: Unpin

impl<T> Send for DmaChPeriph<T> where
    <T as DmaCcr<T>>::SDmaCcr: Send,
    <T as DmaCm0Ar<T>>::SDmaCm0Ar: Send,
    <T as DmaCndtr<T>>::SDmaCndtr: Send,
    <T as DmaCpar<T>>::SDmaCpar: Send,
    <T as DmaIfcrChtif>::SDmaIfcrChtif: Send,
    <T as DmaIfcrCtcif>::SDmaIfcrCtcif: Send,
    <T as DmaIfcrCteif>::SDmaIfcrCteif: Send,
    <T as DmaIsrHtif>::SDmaIsrHtif: Send,
    <T as DmaIsrTcif>::SDmaIsrTcif: Send,
    <T as DmaIsrTeif>::SDmaIsrTeif: Send

impl<T> Sync for DmaChPeriph<T> where
    <T as DmaCcr<T>>::SDmaCcr: Sync,
    <T as DmaCm0Ar<T>>::SDmaCm0Ar: Sync,
    <T as DmaCndtr<T>>::SDmaCndtr: Sync,
    <T as DmaCpar<T>>::SDmaCpar: Sync,
    <T as DmaIfcrChtif>::SDmaIfcrChtif: Sync,
    <T as DmaIfcrCtcif>::SDmaIfcrCtcif: Sync,
    <T as DmaIfcrCteif>::SDmaIfcrCteif: Sync,
    <T as DmaIsrHtif>::SDmaIsrHtif: Sync,
    <T as DmaIsrTcif>::SDmaIsrTcif: Sync,
    <T as DmaIsrTeif>::SDmaIsrTeif: Sync

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]