pub trait MuxChannel: MuxChannel {
    type Mux;
}
Expand description

DMAMUX channel trait.

Required Associated Types§

source

type Mux

DMAMUX instance this channel is on.

Implementors§