aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32l4/src/bin/adc_dma.rs
Commit message (Collapse)AuthorAgeFilesLines
* stm32/adc: extract into commonxoviat2025-11-121-2/+3
| | | | add common low-level interface for adc
* adc: remove sample_time from structxoviat2025-11-101-7/+3
|
* stm32/adc/v3: missing cfg option for adc_u0 fro into_ring_bufferedmaor malka2025-10-071-1/+1
|
* stm32l4/example/adc_dma: missing clock configurationmaor malka2025-08-241-5/+7
|
* stm32/adc/v3: added support for DMA based adc samplingmaor malka2025-08-241-0/+49