Trait stm32f7xx_hal::dma::Channel[][src]

pub trait Channel {
    fn select(w: &mut W) -> &mut W;
}
Expand description

Implemented for all types that represent DMA channels

This is an internal trait. End users neither need to implement it, nor use it directly.

Required methods

Implementors