aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h5/src/bin/adc_dma.rs
Commit message (Collapse)AuthorAgeFilesLines
* adc: type-erase regs instancexoviat2025-12-061-1/+1
|
* fix async adc for h5 and othersxoviat2025-11-131-2/+7
| | | | closes #4882.
* Fix examplesdiondokter2025-08-291-2/+2
|
* stm32/adc/v3: allow DMA reads to loop through enabled channelsGabriel Smith2025-08-221-0/+94
Tested on an STM32H533RE. Documentation of other chips has been reviewed, but not extensively.