Type Definition stm32f1xx_hal::adc::AdcDma

source ·
pub type AdcDma<ADC, PINS, MODE, CHANNEL> = RxDma<AdcPayload<ADC, PINS, MODE>, CHANNEL>;

Implementations§

Trait Implementations§