DmaMuxChannel

Trait DmaMuxChannel 

Source
pub trait DmaMuxChannel {
    // Required method
    fn select_peripheral(&mut self, index: DmaMuxIndex);
}

Required Methods§

Source

fn select_peripheral(&mut self, index: DmaMuxIndex)

Implementors§