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

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

Trait that represents an instance of a DMA peripheral.

Required methods

Gives a pointer to the RegisterBlock.

Implementors