[][src]Trait stm32f103xx_hal::spi::SpiDmaChannels

pub trait SpiDmaChannels {
    type RxChannel;
    type TxChannel;
}

Associated Types

type RxChannel

type TxChannel

Loading content...

Implementors

impl SpiDmaChannels for (C2, C3)[src]

type RxChannel = C2

type TxChannel = C3

Loading content...