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

pub trait Channel: Bits<u8> {
    pub fn new() -> Self;
}

A channel that can be configured on a DMA stream.

Required methods

pub fn new() -> Self[src]

Returns a new instance of the type.

Loading content...

Implementors

Loading content...