embassy-stm32

Crates

git

Versions

stm32u5f9bj

Flavors

dma_into

Function dma_into 

Source
pub fn dma_into<'a, T: TypedChannel, I: Binding<T::Interrupt, InterruptHandler<T>>>(
    channel: Peri<'a, T>,
    _irq: &I,
) -> Peri<'a, AnyChannel>
Expand description

Degrade a TypedChannel into an AnyChannel