aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/adc/f3.rs
Commit message (Expand)AuthorAgeFilesLines
* stm32: extract block_for_usxoviat2025-11-131-1/+1
* adc: seal special channelsxoviat2025-11-111-3/+3
* adc: exact calxoviat2025-11-101-7/+0
* adc: use common vref schemexoviat2025-11-101-17/+9
* adc: remove sample_time from structxoviat2025-11-101-10/+3
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-6/+2
* stm32: update metapacDario Nieuwenhuis2024-08-171-1/+1
* stm32/rcc: replace generated enable/disable code with runtime infoJan Špaček2024-05-251-3/+3
* remove InternalChannel and AdcPinUniva2024-05-221-5/+1
* add back InternalChannel and implement it where its missingUniva2024-05-211-1/+5
* add AnyAdcChannelUniva2024-05-201-8/+8
* stm32 adc: use fn blocking_delay_us(us: u32)Andres Vahter2024-04-101-9/+3
* stm32 adc: remove DelayNsAndres Vahter2024-04-101-6/+11
* stm32: use embedded_hal_1::delay::DelayNsAndres Vahter2024-04-091-3/+3
* stm32: use private_bounds for sealed traits.Dario Nieuwenhuis2024-03-231-3/+3
* stm32/adc: reexport enums from PAC to avoid boilerplate hell.Dario Nieuwenhuis2024-02-261-8/+8
* stm32: autogenerate clocks struct, enable mux for all chips.Dario Nieuwenhuis2024-02-021-1/+1
* enable clock firstpbert2023-10-121-1/+1
* STM32: combine RccPeripherals reset() and enable() to reset_and_enable()pbert2023-10-121-2/+1
* stm32/adc: cleanup f1, f3, v1, and v2xoviat2023-09-271-0/+20
* stm32/adc: add async conversionxoviat2023-09-181-8/+57
* stm32: fix adc f3 startup timexoviat2023-09-151-1/+1
* adc/f3: fix delay calculationxoviat2023-09-111-1/+1
* adc/f3: fix startup bugxoviat2023-09-111-0/+3
* stm32: fix adc f3 and examplexoviat2023-09-091-6/+3
* stm32: add initial adc f3 implxoviat2023-09-051-0/+126