aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/adc/c0.rs
Commit message (Expand)AuthorAgeFilesLines
* adc: type-erase regs instancexoviat2025-12-061-33/+31
* Merge branch 'main' into fix/adc-prescaler-calcxoviat2025-11-151-374/+163
|\
| * adc: fix c0 algorithmxoviat2025-11-131-69/+53
| * stm32: extract block_for_usxoviat2025-11-131-1/+1
| * adc: extract c0xoviat2025-11-131-323/+165
| * extract averaging enumxoviat2025-11-131-19/+0
| * adc: seal special channelsxoviat2025-11-111-2/+2
| * adc: use common vref schemexoviat2025-11-101-24/+8
| * adc: remove sample_time from structxoviat2025-11-101-10/+5
| * Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-3/+6
* | stm32: Add raw_prescaler function to make it more reusable.Piotr Esden-Tempski2025-10-051-2/+1
* | stm32/ADC: Fix prescaler calculation to include max frequency.Piotr Esden-Tempski2025-10-051-1/+2
|/
* derive Debug and Format for Averagingdimi2025-09-151-1/+2
* derive Copy, Clone for adc config enumsdimi2025-07-221-1/+2
* remove Hz from logSteven Friedman2025-04-081-1/+1
* Frequency display is now consistentSteven Friedman2025-04-081-1/+1
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-6/+5
* Added ADC support for STM32C0.Timofei Korostelev2025-03-201-0/+468