[][src]Type Definition stm32f1xx_hal::serial::RxDma1

type RxDma1 = RxDma<Rx<USART1>, C5>;

Methods

impl RxDma1[src]

pub fn split(self) -> (Rx<USART1>, C5)[src]

Trait Implementations

impl<B> CircReadDma<B, u8> for RxDma1 where
    B: AsMutSlice<Element = u8>, 
[src]

impl<B> ReadDma<B, u8> for RxDma1 where
    B: AsMutSlice<Element = u8>, 
[src]

impl Receive for RxDma1[src]

type RxChannel = C5

type TransmittedWord = u8

impl TransferPayload for RxDma1[src]