aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32u5/src/bin/adc.rs
Commit message (Collapse)AuthorAgeFilesLines
* adc: allow usage of anyadcchannel for adc4xoviat2025-11-201-1/+1
|
* stm32: extract adc4xoviat2025-11-121-9/+12
| | | | extract adc4 into common adc system and add anyInstance trait to cover adc4 and not adc4
* stm32/adc: extract into commonxoviat2025-11-121-7/+9
| | | | add common low-level interface for adc
* adc: remove sample_time from structxoviat2025-11-101-11/+7
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-2/+2
|
* fix formattingklownfish2024-12-311-18/+12
|
* cleanupklownfish2024-12-271-19/+0
|
* add async read for u5 ADC4klownfish2024-12-271-29/+73
|
* better u5 adc exampleklownfish2024-12-181-23/+44
|
* add example for u5 ADCklownfish2024-09-241-0/+69