[−][src]Type Definition stm32f1xx_hal::adc::AdcDma
type AdcDma<PIN> = RxDma<AdcPayload<PIN>, C1>;
Methods
impl<PIN> AdcDma<PIN> where
PIN: Channel<ADC1>, [src]
PIN: Channel<ADC1>,
Trait Implementations
impl<PIN> TransferPayload for AdcDma<PIN> where
PIN: Channel<ADC1>, [src]
PIN: Channel<ADC1>,
impl<PIN> Receive for AdcDma<PIN> where
PIN: Channel<ADC1>, [src]
PIN: Channel<ADC1>,
type RxChannel = C1
type TransmittedWord = u16
impl<B, PIN> CircReadDma<B, u16> for AdcDma<PIN> where
B: AsMut<[u16]>,
PIN: Channel<ADC1>, [src]
B: AsMut<[u16]>,
PIN: Channel<ADC1>,
fn circ_read(self, buffer: &'static mut [B; 2]) -> CircBuffer<B, Self>[src]
impl<B, PIN> ReadDma<B, u16> for AdcDma<PIN> where
B: AsMut<[u16]>,
PIN: Channel<ADC1>, [src]
B: AsMut<[u16]>,
PIN: Channel<ADC1>,