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

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

Implementations

impl RxDma2[src]

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

Trait Implementations

impl<B> CircReadDma<B, u8> for RxDma2 where
    &'static mut [B; 2]: StaticWriteBuffer<Word = u8>,
    B: 'static, 
[src]

impl<B> ReadDma<B, u8> for RxDma2 where
    B: StaticWriteBuffer<Word = u8>, 
[src]

impl Receive for RxDma2[src]

type RxChannel = C6

type TransmittedWord = u8

impl TransferPayload for RxDma2[src]