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

type RxDma3 = RxDma<Rx<USART3>, C3>;

Implementations

impl RxDma3[src]

pub fn split(self) -> (Rx<USART3>, C3)[src]

Trait Implementations

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

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

impl Receive for RxDma3[src]

type RxChannel = C3

type TransmittedWord = u8

impl TransferPayload for RxDma3[src]