[−][src]Type Definition stm32f1xx_hal::serial::RxDma1
type RxDma1 = RxDma<Rx<USART1>, C5>;
Methods
impl RxDma1[src]
Trait Implementations
impl TransferPayload for RxDma1[src]
impl Receive for RxDma1[src]
type RxChannel = C5
type TransmittedWord = u8
impl<B> CircReadDma<B, u8> for RxDma1 where
B: AsMutSlice<Element = u8>, [src]
B: AsMutSlice<Element = u8>,
fn circ_read(self, buffer: &'static mut [B; 2]) -> CircBuffer<B, Self>[src]
impl<B> ReadDma<B, u8> for RxDma1 where
B: AsMutSlice<Element = u8>, [src]
B: AsMutSlice<Element = u8>,