[][src]Type Definition stm32f1xx_hal::adc::AdcDma

type AdcDma<PINS, MODE> = RxDma<AdcPayload<PINS, MODE>, C1>;

Implementations

impl<PINS> AdcDma<PINS, Continuous> where
    Self: TransferPayload
[src]

pub fn split(self) -> (Adc<ADC1>, PINS, C1)[src]

impl<PINS> AdcDma<PINS, Scan> where
    Self: TransferPayload
[src]

pub fn split(self) -> (Adc<ADC1>, PINS, C1)[src]

Trait Implementations

impl<B, PINS, MODE> CircReadDma<B, u16> for AdcDma<PINS, MODE> where
    Self: TransferPayload,
    B: AsMutSlice<Element = u16>, 
[src]

impl<B, PINS, MODE> ReadDma<B, u16> for AdcDma<PINS, MODE> where
    Self: TransferPayload,
    B: AsMutSlice<Element = u16>, 
[src]

impl<PINS, MODE> Receive for AdcDma<PINS, MODE>[src]

type RxChannel = C1

type TransmittedWord = u16

impl<PINS> TransferPayload for AdcDma<PINS, Continuous>[src]

impl<PINS> TransferPayload for AdcDma<PINS, Scan>[src]