[−][src]Type Definition stm32f1xx_hal::serial::RxDma3
type RxDma3 = RxDma<Rx<USART3>, C3>;
Methods
impl RxDma3[src]
Trait Implementations
impl TransferPayload for RxDma3[src]
impl Receive for RxDma3[src]
type RxChannel = C3
type TransmittedWord = u8
impl<B> CircReadDma<B, u8> for RxDma3 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 RxDma3 where
B: AsMutSlice<Element = u8>, [src]
B: AsMutSlice<Element = u8>,