aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32g0/src/bin/adc_dma.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add Adc::new_with_clock() to configure analog clockPer Rosengren2025-08-301-2/+2
| | | | | | | Required on STM32WL with default HAL initialization. The function is only available for adc_g0, but all that have clock config should add implementations.
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-1/+1
|
* stm32 adc: introduce blocking_readAndres Vahter2024-07-031-1/+1
|
* stm32g0: add adc_dma exampleAndres Vahter2024-07-031-0/+44