pub trait Channel {
    const VALUE: DmaChannel;
}
Expand description

A trait for marker tha represent Channel of a DMA stream.

Required Associated Constants§

Object Safety§

This trait is not object safe.

Implementors§

source§

impl Channel for ChannelX<0>

source§

const VALUE: DmaChannel = DmaChannel::Channel0

source§

impl Channel for ChannelX<1>

source§

const VALUE: DmaChannel = DmaChannel::Channel1

source§

impl Channel for ChannelX<2>

source§

const VALUE: DmaChannel = DmaChannel::Channel2

source§

impl Channel for ChannelX<3>

source§

const VALUE: DmaChannel = DmaChannel::Channel3

source§

impl Channel for ChannelX<4>

source§

const VALUE: DmaChannel = DmaChannel::Channel4

source§

impl Channel for ChannelX<5>

source§

const VALUE: DmaChannel = DmaChannel::Channel5

source§

impl Channel for ChannelX<6>

source§

const VALUE: DmaChannel = DmaChannel::Channel6

source§

impl Channel for ChannelX<7>

source§

const VALUE: DmaChannel = DmaChannel::Channel7