pub struct StreamsTuple<DMA>(pub StreamX<DMA, 0>, pub StreamX<DMA, 1>, pub StreamX<DMA, 2>, pub StreamX<DMA, 3>, pub StreamX<DMA, 4>, pub StreamX<DMA, 5>, pub StreamX<DMA, 6>, pub StreamX<DMA, 7>);
Expand description

Alias for a tuple with all DMA streams.

Tuple Fields

0: StreamX<DMA, 0>1: StreamX<DMA, 1>2: StreamX<DMA, 2>3: StreamX<DMA, 3>4: StreamX<DMA, 4>5: StreamX<DMA, 5>6: StreamX<DMA, 6>7: StreamX<DMA, 7>

Implementations

Splits the DMA peripheral into streams.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.