pub trait ChannelIndex: Sealed {
    // Required method
    fn id() -> u8;
}
Expand description

DMA channel identifier.

Required Methods§

source

fn id() -> u8

Numerical index of the DMA channel (0..11).

Object Safety§

This trait is not object safe.

Implementors§