You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.