Hi, I'm trying to use ADC on STM32L451, according to examples: simple read and read with DMA. But I have the following error:
39 | adc::{Adc, AdcCommon, DmaMode, SampleTime, Sequence},
| ^^^ ^^^^^^^^^ no `AdcCommon` in `adc`
| |
| no `Adc` in `adc`
| help: a similar name exists in the module: `ADC`
What am I doing wrong and how to make it work? Thank you in advance.