Trait stm32f4xx_hal::dma::traits::Instance

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

Trait that represents an instance of a DMA peripheral.

Required Methods§

source

fn ptr() -> *const DMARegisterBlock

Gives a pointer to the RegisterBlock.

Object Safety§

This trait is not object safe.

Implementors§