[−][src]Type Definition stm32f1xx_hal::serial::RxDma2
type RxDma2 = RxDma<Rx<USART2>, C6>;
Methods
impl RxDma2[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]
B: AsMut<[u8]>,
fn circ_read(self, buffer: &'static mut [B; 2]) -> CircBuffer<B, Self>[src]
impl<B> ReadDma<B, u8> for RxDma2 where
B: AsMut<[u8]>, [src]
B: AsMut<[u8]>,