Struct stm32f3xx_hal::serial::Rx [−][src]
pub struct Rx<Usart, Pin> { /* fields omitted */ }Expand description
Serial receiver
Implementations
pub fn read_exact<B, C>(self, buffer: B, channel: C) -> Transfer<B, C, Self> where
Self: OnChannel<C>,
B: WriteBuffer<Word = u8> + 'static,
C: Channel,
pub fn read_exact<B, C>(self, buffer: B, channel: C) -> Transfer<B, C, Self> where
Self: OnChannel<C>,
B: WriteBuffer<Word = u8> + 'static,
C: Channel,
Fill the buffer with received data using DMA.
Trait Implementations
Enable DMA on the target
Disable DMA on the target