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

type AdcDma<PIN> = RxDma<AdcPayload<PIN>, C1>;

Methods

impl<PIN> AdcDma<PIN> where
    PIN: Channel<ADC1>, 
[src]

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

Trait Implementations

impl<PIN> TransferPayload for AdcDma<PIN> where
    PIN: Channel<ADC1>, 
[src]

impl<PIN> Receive for AdcDma<PIN> where
    PIN: Channel<ADC1>, 
[src]

type RxChannel = C1

type TransmittedWord = u16

impl<B, PIN> CircReadDma<B, u16> for AdcDma<PIN> where
    B: AsMut<[u16]>,
    PIN: Channel<ADC1>, 
[src]

impl<B, PIN> ReadDma<B, u16> for AdcDma<PIN> where
    B: AsMut<[u16]>,
    PIN: Channel<ADC1>, 
[src]