aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/adc/injected.rs
Commit message (Collapse)AuthorAgeFilesLines
* adc: type-erase regs instancexoviat2025-12-061-6/+6
|
* stm32/adc: add lifetime to AnyAdcChannel.Dario Nieuwenhuis2025-12-041-5/+5
|
* stm32: extract adc4xoviat2025-11-121-3/+3
| | | | 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
|
* cargo fmtJakob2025-11-071-1/+1
|
* Rework how sequences ADC are specified. Update documentation in g4. ↵Jakob2025-11-071-10/+18
| | | | Carefully chose which methods to expose publicly
* Create raii wrapper for injected conversionsJakob2025-11-051-0/+36