DmaExt

Trait DmaExt 

Source
pub trait DmaExt: Ptr<RB = RegisterBlock> {
    type Channels;

    // Required method
    fn split(self, rcc: &mut RCC) -> Self::Channels;
}

Required Associated Types§

Required Methods§

Source

fn split(self, rcc: &mut RCC) -> Self::Channels

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§