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

type RxDma2 = RxDma<Rx<USART2>, C6>;

Methods

impl RxDma2[src]

pub fn split(self) -> (Rx<USART2>, C6)[src]

Trait Implementations

impl TransferPayload for RxDma2[src]

impl Receive for RxDma2[src]

type RxChannel = C6

type TransmittedWord = u8

impl<B> CircReadDma<B, u8> for RxDma2 where
    B: AsMut<[u8]>, 
[src]

impl<B> ReadDma<B, u8> for RxDma2 where
    B: AsMut<[u8]>, 
[src]