Lines Matching +full:stm32 +full:- +full:adc
1 .. zephyr:code-sample:: stm32_pm_adc
2 :name: ADC power management
3 :relevant-api: adc_interface
5 Use ADC in a low-power context on STM32.
11 behavior in a basic ADC set up in low power context.
13 .. _stm32-pm-adc-sample-requirements:
18 The board should support enabling PM. For a STM32 based target, it means that
20 in core sleep states, as LPTIM (:dtcompatible:`st,stm32-lptim`).
27 .. zephyr-app-commands::
28 :zephyr-app: samples/boards/st/power_mgmt/adc
33 After flashing, the console shows the ADC measurement in the form:
34 ``ADC reading[0]:``
35 ``- adc@50040000, channel 3: 1158 = 932 mV``