Trait stm32f407g_disc::dma::traits::Instance[][src]

pub trait Instance: Deref<Target = RegisterBlock> + Sealed {
    pub fn ptr() -> *const RegisterBlock;
}

Trait that represents an instance of a DMA peripheral.

Required methods

pub fn ptr() -> *const RegisterBlock[src]

Gives a pointer to the RegisterBlock.

Loading content...

Implementors

impl Instance for DMA1[src]

impl Instance for DMA2[src]

Loading content...