Tag ADC
There are 4 posts under tag ADC.

STM32 ADC + Rust: Reading Multiple Channel Groups Automatically
Using the Rust language to access the ADC on the STM32F103C8 with scan mode and continuous conversion, from introduction to program examples

STM32 ADC + Rust: Reading Channel Group Automatically
Using ADC Peripherals on the Blue Pill (STM32F103C8) with Scan Mode from introduction and schematic diagrams to program examples

STM32 + Rust: Reading ADC Channels Without CPU Blocking
Using ADC Peripherals on the Blue Pill (STM32F103C8) with Continuous Conversion methods in Rust, covering Polling, DMA, and Interrupt techniques, complete with code examples.

Getting Started with ADC on STM32F103C8 (Blue Pill) using Rust
Configuring the Blue Pill (STM32F103C8) GPIO pins as analog inputs using Rust programming languages. This covers everything from the Analog-to-Digital Converter (ADC) specifications and advanced ADC features to practical analog input programming examples.