pub trait Channel: Channel + Peripheral<P = Self> + 'static + MuxChannel { }
Expand description

DMA channel.

Object Safety§

This trait is not object safe.

Implementors§