[][src]Trait stm32f1xx_hal::dma::Receive

pub trait Receive {
type RxChannel;
type TransmittedWord;
}

Associated Types

Loading content...

Implementors

impl Receive for RxDma<USART1, C5>[src]

type RxChannel = C5

type TransmittedWord = u8

impl Receive for RxDma<USART2, C6>[src]

type RxChannel = C6

type TransmittedWord = u8

impl Receive for RxDma<USART3, C3>[src]

type RxChannel = C3

type TransmittedWord = u8

Loading content...