Type Definition stm32l4xx_hal::serial::RxDma1

source · []
pub type RxDma1 = RxDma<Rx<USART1>, C5>;

Implementations

Create a frame reader that can either react on the Character match interrupt or Transfer Complete from the DMA.

Trait Implementations