aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/adc/ringbuffered.rs
Commit message (Collapse)AuthorAgeFilesLines
* adc: type-erase regs instancexoviat2025-12-061-24/+24
|
* adc: fix ringbuf stopxoviat2025-11-201-3/+1
|
* stm32: extract adc4xoviat2025-11-121-6/+6
| | | | extract adc4 into common adc system and add anyInstance trait to cover adc4 and not adc4
* stm32/adc: extract into commonxoviat2025-11-121-1/+1
| | | | add common low-level interface for adc
* adc: consolidate functionsxoviat2025-11-101-1/+1
|
* Implement into_ring_buffered for g4. Add methods for configuring injected ↵Jakob2025-11-041-6/+9
| | | | sampling for g4.
* stm32/adc: move dma pausexoviat2025-11-031-2/+2
|
* stm32/adc: reorder and unifyxoviat2025-11-031-212/+36
|
* fixxoviat2025-11-031-3/+8
|
* unify ringbuffered versionsxoviat2025-11-031-0/+350