Type Definition stm32l4xx_hal::serial::RxDma2

source · []
pub type RxDma2 = RxDma<Rx<USART2>, C6>;

Implementations

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

Trait Implementations